Html Css Color HEX #EAB8D5 Twilight

📋 copy color: '#EAB8D5'

red 234 ◦ green 184 ◦ blue 213

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

Shades of Twilight #EAB8D5

Tints of Twilight #EAB8D5

RGB

 RED value IS 234 (91.8% from 255) = 37.08%

 GREEN value IS 184 (72.27% from 255) = 29.16%

 BLUE value IS 213 (83.59% from 255) = 33.76%

R = 37.08%
G = 29.16%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EAB8D5 (or 0xEAB8D5) is known color: Twilight. HEX triplet: EA, B8 and D5. RGB value is (234,184,213). Sum of RGB (Red+Green+Blue) = 234+184+213=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 184 (72.27% from 255 or 29.16% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB8D5 is #15472A. Grayscale: #CACACA. Windows color (decimal): -1394475 or 14006506. OLE color: 14006506.

HSL color Cylindrical-coordinate representation of color #EAB8D5: hue angle of 325.2º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAB8D5 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 184 213 -
CMYK 0 0.21 0.09 0.08
HSL 325.2º 0.54% 0.82% -
HSV(B) 325.2º 0.21% 0.92% -
XYZ 63.08 56.58 70.55 -
YUV 202.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 234 184 213 0 0.21 0.09 0.08 325.2 0.54 0.82
Hex EA B8 D5 0 15 9 8 145 36 52
Octal 352 270 325 0 25 11 10 505 66 122
Binary 11101010 10111000 11010101 0 10101 1001 1000 101000101 110110 1010010

Color Harmonies of #EAB8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB8D5

Black with #EAB8D5

Text Example


Text Example

White with #EAB8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB8D5; }

 p { color: rgb(234,184,213); }

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

background-color css

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

 a { background-color: rgb(234,184,213); }

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

border-color css

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

 span { border-color: rgb(234,184,213); }

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