Html Css Color HEX #ED769E Carissma

📋 copy color: '#ED769E'

red 237 ◦ green 118 ◦ blue 158

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

Shades of Carissma #ED769E

Tints of Carissma #ED769E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23%

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

R = 46.2%
G = 23%
B = 30.8%

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

#ED769E (or 0xED769E) is known color: Carissma. HEX triplet: ED, 76 and 9E. RGB value is (237,118,158). Sum of RGB (Red+Green+Blue) = 237+118+158=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED769E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED769E is #128961. Grayscale: #9E9E9E. Windows color (decimal): -1214818 or 10385133. OLE color: 10385133.

HSL color Cylindrical-coordinate representation of color #ED769E: hue angle of 339.83º 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 #ED769E is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 118 158 -
CMYK 0 0.50 0.33 0.07
HSL 339.83º 0.77% 0.7% -
HSV(B) 339.83º 0.5% 0.93% -
XYZ 47.58 33.43 36.29 -
YUV 158.14 127.92 184.25 -
System Red Green Blue C M Y K H S L
Decimal 237 118 158 0 0.50 0.33 0.07 339.83 0.77 0.7
Hex ED 76 9E 0 32 21 7 154 4D 46
Octal 355 166 236 0 62 41 7 524 115 106
Binary 11101101 1110110 10011110 0 110010 100001 111 101010100 1001101 1000110

Color Harmonies of #ED769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED769E

Black with #ED769E

Text Example


Text Example

White with #ED769E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED769E; }

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

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

background-color css

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

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

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

border-color css

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

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

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