#EE769A

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

Shades of Carissma #EE769A

Tints of Carissma #EE769A

Color information

#EE769A (or 0xEE769A) is unknown color: approx Carissma. HEX triplet: EE, 76 and 9A. RGB value is (238,118,154). Sum of RGB (Red+Green+Blue) = 238+118+154=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EE769A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE769A is #118965. Grayscale: #9D9D9D. Windows color (decimal): -1149286 or 10122990. OLE color: 10122990.

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

Color convert

RGB238118154-
CMYK00.500.350.07
HSL342º77.92%69.8%-
HSV(B)342º50.42%93.33%-
XYZ47.5733.4734.52-
YUV157.98125.76185.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.67%
GREEN value IS 118 (46.48% from 255) = 23.14%
BLUE value IS 154 (60.55% from 255) = 30.20%
R=46.67%
G=23.14%
B=30.20%

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
Decimal23811815400.500.350.0734277.9269.8
HexEE769A0322371564e46
Octal356166232062437526116106
Binary11101110111011010011010011001010001111110101011010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE769A; }

 p { color: rgb(238,118,154); }

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

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

 a { background-color: rgb(238,118,154); }

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

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

 span { border-color: rgb(238,118,154); }

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