Html Css Color HEX #ED779E Carissma

📋 copy color: '#ED779E'

red 237 ◦ green 119 ◦ blue 158

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

Shades of Carissma #ED779E

Tints of Carissma #ED779E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.15%

 BLUE value IS 158 (62.11% from 255) = 30.74%

R = 46.11%
G = 23.15%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED779E (or 0xED779E) is known color: Carissma. HEX triplet: ED, 77 and 9E. RGB value is (237,119,158). Sum of RGB (Red+Green+Blue) = 237+119+158=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED779E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED779E is #128861. Grayscale: #9E9E9E. Windows color (decimal): -1214562 or 10385389. OLE color: 10385389.

HSL color Cylindrical-coordinate representation of color #ED779E: hue angle of 340.17º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED779E is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 119 158 -
CMYK 0 0.50 0.33 0.07
HSL 340.17º 0.77% 0.7% -
HSV(B) 340.17º 0.5% 0.93% -
XYZ 47.69 33.67 36.33 -
YUV 158.73 127.59 183.83 -
System Red Green Blue C M Y K H S L
Decimal 237 119 158 0 0.50 0.33 0.07 340.17 0.77 0.7
Hex ED 77 9E 0 32 21 7 154 4D 46
Octal 355 167 236 0 62 41 7 524 115 106
Binary 11101101 1110111 10011110 0 110010 100001 111 101010100 1001101 1000110

Color Harmonies of #ED779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED779E

Black with #ED779E

Text Example


Text Example

White with #ED779E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED779E; }

 p { color: rgb(237,119,158); }

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

background-color css

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

 a { background-color: rgb(237,119,158); }

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

border-color css

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

 span { border-color: rgb(237,119,158); }

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