#ED769B

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

Shades of Carissma #ED769B

Tints of Carissma #ED769B

Color information

#ED769B (or 0xED769B) is unknown color: approx Carissma. HEX triplet: ED, 76 and 9B. RGB value is (237,118,155). Sum of RGB (Red+Green+Blue) = 237+118+155=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED769B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED769B is #128964. Grayscale: #9D9D9D. Windows color (decimal): -1214821 or 10188525. OLE color: 10188525.

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

Color convert

RGB237118155-
CMYK00.500.350.07
HSL341.34º76.77%69.61%-
HSV(B)341.34º50.21%92.94%-
XYZ47.3233.3334.95-
YUV157.8126.42184.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.47%
GREEN value IS 118 (46.48% from 255) = 23.14%
BLUE value IS 155 (60.94% from 255) = 30.39%
R=46.47%
G=23.14%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711815500.500.350.07341.3476.7769.61
HexED769B0322371554d46
Octal355166233062437525115106
Binary11101101111011010011011011001010001111110101010110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED769B; }

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

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

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

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

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

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

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

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