Html Css Color HEX #E0CBCD Pale Rose

📋 copy color: '#E0CBCD'

red 224 ◦ green 203 ◦ blue 205

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

Shades of Pale Rose #E0CBCD

Tints of Pale Rose #E0CBCD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.12%

 BLUE value IS 205 (80.47% from 255) = 32.44%

R = 35.44%
G = 32.12%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E0CBCD (or 0xE0CBCD) is known color: Pale Rose. HEX triplet: E0, CB and CD. RGB value is (224,203,205). Sum of RGB (Red+Green+Blue) = 224+203+205=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CBCD is #1F3432. Grayscale: #D1D1D1. Windows color (decimal): -2044979 or 13487072. OLE color: 13487072.

HSL color Cylindrical-coordinate representation of color #E0CBCD: hue angle of 354.29º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0CBCD is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 203 205 -
CMYK 0 0.09 0.08 0.12
HSL 354.29º 0.25% 0.84% -
HSV(B) 354.29º 0.09% 0.88% -
XYZ 63.12 62.97 66.58 -
YUV 209.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 224 203 205 0 0.09 0.08 0.12 354.29 0.25 0.84
Hex E0 CB CD 0 9 8 C 162 19 54
Octal 340 313 315 0 11 10 14 542 31 124
Binary 11100000 11001011 11001101 0 1001 1000 1100 101100010 11001 1010100

Color Harmonies of #E0CBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CBCD

Black with #E0CBCD

Text Example


Text Example

White with #E0CBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CBCD; }

 p { color: rgb(224,203,205); }

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

background-color css

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

 a { background-color: rgb(224,203,205); }

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

border-color css

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

 span { border-color: rgb(224,203,205); }

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