Html Css Color HEX #E6B5ED Thistle

📋 copy color: '#E6B5ED'

red 230 ◦ green 181 ◦ blue 237

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

Shades of Thistle #E6B5ED

Tints of Thistle #E6B5ED

RGB

 RED value IS 230 (90.23% from 255) = 35.49%

 GREEN value IS 181 (71.09% from 255) = 27.93%

 BLUE value IS 237 (92.97% from 255) = 36.57%

R = 35.49%
G = 27.93%
B = 36.57%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E6B5ED (or 0xE6B5ED) is known color: Thistle. HEX triplet: E6, B5 and ED. RGB value is (230,181,237). Sum of RGB (Red+Green+Blue) = 230+181+237=648 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.49% from 648); Green value is 181 (71.09% from 255 or 27.93% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6B5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B5ED is #194A12. Grayscale: #C9C9C9. Windows color (decimal): -1657363 or 15578598. OLE color: 15578598.

HSL color Cylindrical-coordinate representation of color #E6B5ED: hue angle of 292.5º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6B5ED is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 181 237 -
CMYK 0.03 0.24 0 0.07
HSL 292.5º 0.61% 0.82% -
HSV(B) 292.5º 0.24% 0.93% -
XYZ 64.44 55.99 87.53 -
YUV 202.04 147.73 147.95 -
System Red Green Blue C M Y K H S L
Decimal 230 181 237 0.03 0.24 0 0.07 292.5 0.61 0.82
Hex E6 B5 ED 3 18 0 7 124 3D 52
Octal 346 265 355 3 30 0 7 444 75 122
Binary 11100110 10110101 11101101 11 11000 0 111 100100100 111101 1010010

Color Harmonies of #E6B5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B5ED

Black with #E6B5ED

Text Example


Text Example

White with #E6B5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B5ED; }

 p { color: rgb(230,181,237); }

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

background-color css

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

 a { background-color: rgb(230,181,237); }

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

border-color css

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

 span { border-color: rgb(230,181,237); }

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