Html Css Color HEX #E0B2CA Twilight

📋 copy color: '#E0B2CA'

red 224 ◦ green 178 ◦ blue 202

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

Shades of Twilight #E0B2CA

Tints of Twilight #E0B2CA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.47%

 BLUE value IS 202 (79.3% from 255) = 33.44%

R = 37.09%
G = 29.47%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E0B2CA (or 0xE0B2CA) is known color: Twilight. HEX triplet: E0, B2 and CA. RGB value is (224,178,202). Sum of RGB (Red+Green+Blue) = 224+178+202=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B2CA is #1F4D35. Grayscale: #C2C2C2. Windows color (decimal): -2051382 or 13284064. OLE color: 13284064.

HSL color Cylindrical-coordinate representation of color #E0B2CA: hue angle of 328.7º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0B2CA is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 178 202 -
CMYK 0 0.21 0.10 0.12
HSL 328.7º 0.43% 0.79% -
HSV(B) 328.7º 0.21% 0.88% -
XYZ 57.32 51.95 62.88 -
YUV 194.49 132.24 149.05 -
System Red Green Blue C M Y K H S L
Decimal 224 178 202 0 0.21 0.10 0.12 328.7 0.43 0.79
Hex E0 B2 CA 0 15 A C 149 2B 4F
Octal 340 262 312 0 25 12 14 511 53 117
Binary 11100000 10110010 11001010 0 10101 1010 1100 101001001 101011 1001111

Color Harmonies of #E0B2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B2CA

Black with #E0B2CA

Text Example


Text Example

White with #E0B2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B2CA; }

 p { color: rgb(224,178,202); }

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

background-color css

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

 a { background-color: rgb(224,178,202); }

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

border-color css

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

 span { border-color: rgb(224,178,202); }

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