Html Css Color HEX #EE828C Carissma

📋 copy color: '#EE828C'

red 238 ◦ green 130 ◦ blue 140

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

Shades of Carissma #EE828C

Tints of Carissma #EE828C

RGB

 RED value IS 238 (93.36% from 255) = 46.85%

 GREEN value IS 130 (51.17% from 255) = 25.59%

 BLUE value IS 140 (55.08% from 255) = 27.56%

R = 46.85%
G = 25.59%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE828C (or 0xEE828C) is known color: Carissma. HEX triplet: EE, 82 and 8C. RGB value is (238,130,140). Sum of RGB (Red+Green+Blue) = 238+130+140=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE828C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE828C is #117D73. Grayscale: #A3A3A3. Windows color (decimal): -1146228 or 9208558. OLE color: 9208558.

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

Color convert

RGB 238 130 140 -
CMYK 0 0.45 0.41 0.07
HSL 354.44º 0.76% 0.72% -
HSV(B) 354.44º 0.45% 0.93% -
XYZ 47.98 36.04 29.24 -
YUV 163.43 114.78 181.19 -
System Red Green Blue C M Y K H S L
Decimal 238 130 140 0 0.45 0.41 0.07 354.44 0.76 0.72
Hex EE 82 8C 0 2D 29 7 162 4C 48
Octal 356 202 214 0 55 51 7 542 114 110
Binary 11101110 10000010 10001100 0 101101 101001 111 101100010 1001100 1001000

Color Harmonies of #EE828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE828C

Black with #EE828C

Text Example


Text Example

White with #EE828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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