Html Css Color HEX #EE9BFD Violet

📋 copy color: '#EE9BFD'

red 238 ◦ green 155 ◦ blue 253

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

Shades of Violet #EE9BFD

Tints of Violet #EE9BFD

RGB

 RED value IS 238 (93.36% from 255) = 36.84%

 GREEN value IS 155 (60.94% from 255) = 23.99%

 BLUE value IS 253 (99.22% from 255) = 39.16%

R = 36.84%
G = 23.99%
B = 39.16%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE9BFD (or 0xEE9BFD) is known color: Violet. HEX triplet: EE, 9B and FD. RGB value is (238,155,253). Sum of RGB (Red+Green+Blue) = 238+155+253=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 155 (60.94% from 255 or 23.99% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE9BFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9BFD is #116402. Grayscale: #BEBEBE. Windows color (decimal): -1139715 or 16620526. OLE color: 16620526.

HSL color Cylindrical-coordinate representation of color #EE9BFD: hue angle of 290.82º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EE9BFD is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 155 253 -
CMYK 0.06 0.39 0 0.01
HSL 290.82º 0.96% 0.8% -
HSV(B) 290.82º 0.39% 0.99% -
XYZ 64.71 48.71 98.92 -
YUV 190.99 163 161.53 -
System Red Green Blue C M Y K H S L
Decimal 238 155 253 0.06 0.39 0 0.01 290.82 0.96 0.8
Hex EE 9B FD 6 27 0 1 123 60 50
Octal 356 233 375 6 47 0 1 443 140 120
Binary 11101110 10011011 11111101 110 100111 0 1 100100011 1100000 1010000

Color Harmonies of #EE9BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9BFD

Black with #EE9BFD

Text Example


Text Example

White with #EE9BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9BFD; }

 p { color: rgb(238,155,253); }

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

background-color css

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

 a { background-color: rgb(238,155,253); }

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

border-color css

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

 span { border-color: rgb(238,155,253); }

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