Html Css Color HEX #E0B6E6 Thistle

📋 copy color: '#E0B6E6'

red 224 ◦ green 182 ◦ blue 230

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

Shades of Thistle #E0B6E6

Tints of Thistle #E0B6E6

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.62%

 BLUE value IS 230 (90.23% from 255) = 36.16%

R = 35.22%
G = 28.62%
B = 36.16%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E0B6E6 (or 0xE0B6E6) is known color: Thistle. HEX triplet: E0, B6 and E6. RGB value is (224,182,230). Sum of RGB (Red+Green+Blue) = 224+182+230=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 182 (71.48% from 255 or 28.62% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 230 - color contains mainly: blue. Hex color #E0B6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B6E6 is #1F4919. Grayscale: #C7C7C7. Windows color (decimal): -2050330 or 15120096. OLE color: 15120096.

HSL color Cylindrical-coordinate representation of color #E0B6E6: hue angle of 292.5º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0B6E6 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 182 230 -
CMYK 0.03 0.21 0 0.10
HSL 292.5º 0.49% 0.81% -
HSV(B) 292.5º 0.21% 0.9% -
XYZ 61.75 55.02 82.23 -
YUV 200.03 144.91 145.1 -
System Red Green Blue C M Y K H S L
Decimal 224 182 230 0.03 0.21 0 0.10 292.5 0.49 0.81
Hex E0 B6 E6 3 15 0 A 124 31 51
Octal 340 266 346 3 25 0 12 444 61 121
Binary 11100000 10110110 11100110 11 10101 0 1010 100100100 110001 1010001

Color Harmonies of #E0B6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B6E6

Black with #E0B6E6

Text Example


Text Example

White with #E0B6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B6E6; }

 p { color: rgb(224,182,230); }

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

background-color css

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

 a { background-color: rgb(224,182,230); }

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

border-color css

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

 span { border-color: rgb(224,182,230); }

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