Html Css Color HEX #EAB9EF Thistle

📋 copy color: '#EAB9EF'

red 234 ◦ green 185 ◦ blue 239

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

Shades of Thistle #EAB9EF

Tints of Thistle #EAB9EF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.12%

 BLUE value IS 239 (93.75% from 255) = 36.32%

R = 35.56%
G = 28.12%
B = 36.32%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EAB9EF (or 0xEAB9EF) is known color: Thistle. HEX triplet: EA, B9 and EF. RGB value is (234,185,239). Sum of RGB (Red+Green+Blue) = 234+185+239=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 185 (72.66% from 255 or 28.12% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAB9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB9EF is #154610. Grayscale: #CDCDCD. Windows color (decimal): -1394193 or 15710698. OLE color: 15710698.

HSL color Cylindrical-coordinate representation of color #EAB9EF: hue angle of 294.44º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB9EF is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 185 239 -
CMYK 0.02 0.23 0 0.06
HSL 294.44º 0.63% 0.83% -
HSV(B) 294.44º 0.23% 0.94% -
XYZ 66.86 58.42 89.41 -
YUV 205.81 146.73 148.11 -
System Red Green Blue C M Y K H S L
Decimal 234 185 239 0.02 0.23 0 0.06 294.44 0.63 0.83
Hex EA B9 EF 2 17 0 6 126 3F 53
Octal 352 271 357 2 27 0 6 446 77 123
Binary 11101010 10111001 11101111 10 10111 0 110 100100110 111111 1010011

Color Harmonies of #EAB9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB9EF

Black with #EAB9EF

Text Example


Text Example

White with #EAB9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB9EF; }

 p { color: rgb(234,185,239); }

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

background-color css

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

 a { background-color: rgb(234,185,239); }

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

border-color css

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

 span { border-color: rgb(234,185,239); }

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