Html Css Color HEX #EE8094 Carissma

📋 copy color: '#EE8094'

red 238 ◦ green 128 ◦ blue 148

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

Shades of Carissma #EE8094

Tints of Carissma #EE8094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.79%

R = 46.3%
G = 24.9%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EE8094 (or 0xEE8094) is known color: Carissma. HEX triplet: EE, 80 and 94. RGB value is (238,128,148). Sum of RGB (Red+Green+Blue) = 238+128+148=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8094 is #117F6B. Grayscale: #A3A3A3. Windows color (decimal): -1146732 or 9732334. OLE color: 9732334.

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

Color convert

RGB 238 128 148 -
CMYK 0 0.46 0.38 0.07
HSL 349.09º 0.76% 0.72% -
HSV(B) 349.09º 0.46% 0.93% -
XYZ 48.32 35.75 32.37 -
YUV 163.17 119.44 181.37 -
System Red Green Blue C M Y K H S L
Decimal 238 128 148 0 0.46 0.38 0.07 349.09 0.76 0.72
Hex EE 80 94 0 2E 26 7 15D 4C 48
Octal 356 200 224 0 56 46 7 535 114 110
Binary 11101110 10000000 10010100 0 101110 100110 111 101011101 1001100 1001000

Color Harmonies of #EE8094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8094

Black with #EE8094

Text Example


Text Example

White with #EE8094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8094; }

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

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

background-color css

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

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

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

border-color css

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

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

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