#EE829D

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

Shades of Carissma #EE829D

Tints of Carissma #EE829D

Color information

#EE829D (or 0xEE829D) is unknown color: approx Carissma. HEX triplet: EE, 82 and 9D. RGB value is (238,130,157). Sum of RGB (Red+Green+Blue) = 238+130+157=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EE829D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE829D is #117D62. Grayscale: #A5A5A5. Windows color (decimal): -1146211 or 10322670. OLE color: 10322670.

HSL color Cylindrical-coordinate representation of color #EE829D: hue angle of 345º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE829D is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB238130157-
CMYK00.450.340.07
HSL345º76.06%72.16%-
HSV(B)345º45.38%93.33%-
XYZ49.3336.5836.36-
YUV165.37123.28179.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.33%
GREEN value IS 130 (51.17% from 255) = 24.76%
BLUE value IS 157 (61.72% from 255) = 29.90%
R=45.33%
G=24.76%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813015700.450.340.0734576.0672.16
HexEE829D02D2271594c48
Octal356202235055427531114110
Binary111011101000001010011101010110110001011110101100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE829D; }

 p { color: rgb(238,130,157); }

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

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

 a { background-color: rgb(238,130,157); }

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

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

 span { border-color: rgb(238,130,157); }

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