Html Css Color HEX #EE828A Carissma

📋 copy color: '#EE828A'

red 238 ◦ green 130 ◦ blue 138

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

Shades of Carissma #EE828A

Tints of Carissma #EE828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.27%

R = 47.04%
G = 25.69%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE828A (or 0xEE828A) is known color: Carissma. HEX triplet: EE, 82 and 8A. RGB value is (238,130,138). Sum of RGB (Red+Green+Blue) = 238+130+138=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE828A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE828A is #117D75. Grayscale: #A3A3A3. Windows color (decimal): -1146230 or 9077486. OLE color: 9077486.

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

Color convert

RGB 238 130 138 -
CMYK 0 0.45 0.42 0.07
HSL 355.56º 0.76% 0.72% -
HSV(B) 355.56º 0.45% 0.93% -
XYZ 47.83 35.98 28.47 -
YUV 163.2 113.78 181.35 -
System Red Green Blue C M Y K H S L
Decimal 238 130 138 0 0.45 0.42 0.07 355.56 0.76 0.72
Hex EE 82 8A 0 2D 2A 7 164 4C 48
Octal 356 202 212 0 55 52 7 544 114 110
Binary 11101110 10000010 10001010 0 101101 101010 111 101100100 1001100 1001000

Color Harmonies of #EE828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE828A

Black with #EE828A

Text Example


Text Example

White with #EE828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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