Html Css Color HEX #EE828B Carissma

📋 copy color: '#EE828B'

red 238 ◦ green 130 ◦ blue 139

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

Shades of Carissma #EE828B

Tints of Carissma #EE828B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.42%

R = 46.94%
G = 25.64%
B = 27.42%

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

#EE828B (or 0xEE828B) is known color: Carissma. HEX triplet: EE, 82 and 8B. RGB value is (238,130,139). Sum of RGB (Red+Green+Blue) = 238+130+139=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE828B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE828B is #117D74. Grayscale: #A3A3A3. Windows color (decimal): -1146229 or 9143022. OLE color: 9143022.

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

Color convert

RGB 238 130 139 -
CMYK 0 0.45 0.42 0.07
HSL 355º 0.76% 0.72% -
HSV(B) 355º 0.45% 0.93% -
XYZ 47.9 36.01 28.85 -
YUV 163.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 238 130 139 0 0.45 0.42 0.07 355 0.76 0.72
Hex EE 82 8B 0 2D 2A 7 163 4C 48
Octal 356 202 213 0 55 52 7 543 114 110
Binary 11101110 10000010 10001011 0 101101 101010 111 101100011 1001100 1001000

Color Harmonies of #EE828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE828B

Black with #EE828B

Text Example


Text Example

White with #EE828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE828B; }

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

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

background-color css

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

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

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

border-color css

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

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

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