#ED769C

Color #ED769C Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #ED769C

Tints of Carissma #ED769C

Color information

#ED769C (or 0xED769C) is unknown color: approx Carissma. HEX triplet: ED, 76 and 9C. RGB value is (237,118,156). Sum of RGB (Red+Green+Blue) = 237+118+156=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED769C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED769C is #128963. Grayscale: #9D9D9D. Windows color (decimal): -1214820 or 10254061. OLE color: 10254061.

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

Color convert

RGB237118156-
CMYK00.500.340.07
HSL340.84º76.77%69.61%-
HSV(B)340.84º50.21%92.94%-
XYZ47.433.3635.39-
YUV157.91126.92184.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.38%
GREEN value IS 118 (46.48% from 255) = 23.09%
BLUE value IS 156 (61.33% from 255) = 30.53%
R=46.38%
G=23.09%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711815600.500.340.07340.8476.7769.61
HexED769C0322271554d46
Octal355166234062427525115106
Binary11101101111011010011100011001010001011110101010110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED769C; }

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

 H1.HeaderClassName
 {
   color: #ED769C;
 }
 .AnyTagClassName
 {
   color: #ED769C;
 }
</style>
background-color css

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

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

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

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

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

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