Html Css Color HEX #ED7497 Carissma

📋 copy color: '#ED7497'

red 237 ◦ green 116 ◦ blue 151

#ED7497
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #ED7497

Tints of Carissma #ED7497

RGB

 RED value IS 237 (92.97% from 255) = 47.02%

 GREEN value IS 116 (45.7% from 255) = 23.02%

 BLUE value IS 151 (59.38% from 255) = 29.96%

R = 47.02%
G = 23.02%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED7497 (or 0xED7497) is known color: Carissma. HEX triplet: ED, 74 and 97. RGB value is (237,116,151). Sum of RGB (Red+Green+Blue) = 237+116+151=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7497 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7497 is #128B68. Grayscale: #9C9C9C. Windows color (decimal): -1215337 or 9925869. OLE color: 9925869.

HSL color Cylindrical-coordinate representation of color #ED7497: hue angle of 342.64º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED7497 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 116 151 -
CMYK 0 0.51 0.36 0.07
HSL 342.64º 0.77% 0.69% -
HSV(B) 342.64º 0.51% 0.93% -
XYZ 46.76 32.73 33.13 -
YUV 156.17 125.09 185.65 -
System Red Green Blue C M Y K H S L
Decimal 237 116 151 0 0.51 0.36 0.07 342.64 0.77 0.69
Hex ED 74 97 0 33 24 7 157 4D 45
Octal 355 164 227 0 63 44 7 527 115 105
Binary 11101101 1110100 10010111 0 110011 100100 111 101010111 1001101 1000101

Color Harmonies of #ED7497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7497

Black with #ED7497

Text Example


Text Example

White with #ED7497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7497; }

 p { color: rgb(237,116,151); }

 H1.HeaderClassName
 {
   color: #ED7497;
 }
 .AnyTagClassName
 {
   color: #ED7497;
 }
</style>

background-color css

<style>
 a { background-color: #ED7497; }

 a { background-color: rgb(237,116,151); }

 div.DivClassName
 {
   background-color: #ED7497;
 }
 .BgClassName
 {
   background-color: #ED7497;
 }
</style>

border-color css

<style>
 span { border-color: #ED7497; }

 span { border-color: rgb(237,116,151); }

 td.TdClassName
 {
   border-color: #ED7497;
 }
 .TagClassName
 {
   border-color: #ED7497;
 }
</style>