Html Css Color HEX #EE8090 Carissma

📋 copy color: '#EE8090'

red 238 ◦ green 128 ◦ blue 144

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

Shades of Carissma #EE8090

Tints of Carissma #EE8090

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.1%

 BLUE value IS 144 (56.64% from 255) = 28.24%

R = 46.67%
G = 25.1%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EE8090 (or 0xEE8090) is known color: Carissma. HEX triplet: EE, 80 and 90. RGB value is (238,128,144). Sum of RGB (Red+Green+Blue) = 238+128+144=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8090 is #117F6F. Grayscale: #A2A2A2. Windows color (decimal): -1146736 or 9470190. OLE color: 9470190.

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

Color convert

RGB 238 128 144 -
CMYK 0 0.46 0.39 0.07
HSL 351.27º 0.76% 0.72% -
HSV(B) 351.27º 0.46% 0.93% -
XYZ 48.01 35.63 30.73 -
YUV 162.71 117.44 181.7 -
System Red Green Blue C M Y K H S L
Decimal 238 128 144 0 0.46 0.39 0.07 351.27 0.76 0.72
Hex EE 80 90 0 2E 27 7 15F 4C 48
Octal 356 200 220 0 56 47 7 537 114 110
Binary 11101110 10000000 10010000 0 101110 100111 111 101011111 1001100 1001000

Color Harmonies of #EE8090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8090

Black with #EE8090

Text Example


Text Example

White with #EE8090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8090; }

 p { color: rgb(238,128,144); }

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

background-color css

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

 a { background-color: rgb(238,128,144); }

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

border-color css

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

 span { border-color: rgb(238,128,144); }

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