Html Css Color HEX #E1B4CA Twilight

📋 copy color: '#E1B4CA'

red 225 ◦ green 180 ◦ blue 202

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

Shades of Twilight #E1B4CA

Tints of Twilight #E1B4CA

RGB

 RED value IS 225 (88.28% from 255) = 37.07%

 GREEN value IS 180 (70.7% from 255) = 29.65%

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

R = 37.07%
G = 29.65%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E1B4CA (or 0xE1B4CA) is known color: Twilight. HEX triplet: E1, B4 and CA. RGB value is (225,180,202). Sum of RGB (Red+Green+Blue) = 225+180+202=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B4CA is #1E4B35. Grayscale: #C3C3C3. Windows color (decimal): -1985334 or 13284577. OLE color: 13284577.

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

Color convert

RGB 225 180 202 -
CMYK 0 0.2 0.10 0.12
HSL 330.67º 0.43% 0.79% -
HSV(B) 330.67º 0.2% 0.88% -
XYZ 58.03 52.91 63.03 -
YUV 195.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 225 180 202 0 0.2 0.10 0.12 330.67 0.43 0.79
Hex E1 B4 CA 0 14 A C 14B 2B 4F
Octal 341 264 312 0 24 12 14 513 53 117
Binary 11100001 10110100 11001010 0 10100 1010 1100 101001011 101011 1001111

Color Harmonies of #E1B4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B4CA

Black with #E1B4CA

Text Example


Text Example

White with #E1B4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B4CA; }

 p { color: rgb(225,180,202); }

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

background-color css

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

 a { background-color: rgb(225,180,202); }

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

border-color css

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

 span { border-color: rgb(225,180,202); }

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