Html Css Color HEX #E08594 Carissma

📋 copy color: '#E08594'

red 224 ◦ green 133 ◦ blue 148

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

Shades of Carissma #E08594

Tints of Carissma #E08594

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.34%

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

R = 44.36%
G = 26.34%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E08594 (or 0xE08594) is known color: Carissma. HEX triplet: E0, 85 and 94. RGB value is (224,133,148). Sum of RGB (Red+Green+Blue) = 224+133+148=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E08594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08594 is #1F7A6B. Grayscale: #A1A1A1. Windows color (decimal): -2062956 or 9733600. OLE color: 9733600.

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

Color convert

RGB 224 133 148 -
CMYK 0 0.41 0.34 0.12
HSL 350.11º 0.59% 0.7% -
HSV(B) 350.11º 0.41% 0.88% -
XYZ 44.47 34.76 32.38 -
YUV 161.92 120.15 172.28 -
System Red Green Blue C M Y K H S L
Decimal 224 133 148 0 0.41 0.34 0.12 350.11 0.59 0.7
Hex E0 85 94 0 29 22 C 15E 3B 46
Octal 340 205 224 0 51 42 14 536 73 106
Binary 11100000 10000101 10010100 0 101001 100010 1100 101011110 111011 1000110

Color Harmonies of #E08594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08594

Black with #E08594

Text Example


Text Example

White with #E08594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08594; }

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

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

background-color css

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

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

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

border-color css

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

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

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