Html Css Color HEX #E08694 Carissma

📋 copy color: '#E08694'

red 224 ◦ green 134 ◦ blue 148

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

Shades of Carissma #E08694

Tints of Carissma #E08694

RGB

 RED value IS 224 (87.89% from 255) = 44.27%

 GREEN value IS 134 (52.73% from 255) = 26.48%

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

R = 44.27%
G = 26.48%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E08694 (or 0xE08694) is known color: Carissma. HEX triplet: E0, 86 and 94. RGB value is (224,134,148). Sum of RGB (Red+Green+Blue) = 224+134+148=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E08694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08694 is #1F796B. Grayscale: #A2A2A2. Windows color (decimal): -2062700 or 9733856. OLE color: 9733856.

HSL color Cylindrical-coordinate representation of color #E08694: hue angle of 350.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E08694 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 134 148 -
CMYK 0 0.40 0.34 0.12
HSL 350.67º 0.59% 0.7% -
HSV(B) 350.67º 0.4% 0.88% -
XYZ 44.61 35.04 32.43 -
YUV 162.51 119.82 171.86 -
System Red Green Blue C M Y K H S L
Decimal 224 134 148 0 0.40 0.34 0.12 350.67 0.59 0.7
Hex E0 86 94 0 28 22 C 15F 3B 46
Octal 340 206 224 0 50 42 14 537 73 106
Binary 11100000 10000110 10010100 0 101000 100010 1100 101011111 111011 1000110

Color Harmonies of #E08694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08694

Black with #E08694

Text Example


Text Example

White with #E08694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08694; }

 p { color: rgb(224,134,148); }

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

background-color css

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

 a { background-color: rgb(224,134,148); }

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

border-color css

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

 span { border-color: rgb(224,134,148); }

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