Html Css Color HEX #E08A8D Carissma

📋 copy color: '#E08A8D'

red 224 ◦ green 138 ◦ blue 141

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

Shades of Carissma #E08A8D

Tints of Carissma #E08A8D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.44%

 BLUE value IS 141 (55.47% from 255) = 28.03%

R = 44.53%
G = 27.44%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E08A8D (or 0xE08A8D) is known color: Carissma. HEX triplet: E0, 8A and 8D. RGB value is (224,138,141). Sum of RGB (Red+Green+Blue) = 224+138+141=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08A8D is #1F7572. Grayscale: #A4A4A4. Windows color (decimal): -2061683 or 9276128. OLE color: 9276128.

HSL color Cylindrical-coordinate representation of color #E08A8D: hue angle of 357.91º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08A8D is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 138 141 -
CMYK 0 0.38 0.37 0.12
HSL 357.91º 0.58% 0.71% -
HSV(B) 357.91º 0.38% 0.88% -
XYZ 44.64 35.95 29.79 -
YUV 164.06 114.99 170.76 -
System Red Green Blue C M Y K H S L
Decimal 224 138 141 0 0.38 0.37 0.12 357.91 0.58 0.71
Hex E0 8A 8D 0 26 25 C 166 3A 47
Octal 340 212 215 0 46 45 14 546 72 107
Binary 11100000 10001010 10001101 0 100110 100101 1100 101100110 111010 1000111

Color Harmonies of #E08A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08A8D

Black with #E08A8D

Text Example


Text Example

White with #E08A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08A8D; }

 p { color: rgb(224,138,141); }

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

background-color css

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

 a { background-color: rgb(224,138,141); }

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

border-color css

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

 span { border-color: rgb(224,138,141); }

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