Html Css Color HEX #EC9BFA Violet

📋 copy color: '#EC9BFA'

red 236 ◦ green 155 ◦ blue 250

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

Shades of Violet #EC9BFA

Tints of Violet #EC9BFA

RGB

 RED value IS 236 (92.58% from 255) = 36.82%

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

 BLUE value IS 250 (98.05% from 255) = 39%

R = 36.82%
G = 24.18%
B = 39%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC9BFA (or 0xEC9BFA) is known color: Violet. HEX triplet: EC, 9B and FA. RGB value is (236,155,250). Sum of RGB (Red+Green+Blue) = 236+155+250=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 155 (60.94% from 255 or 24.18% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC9BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9BFA is #136405. Grayscale: #BDBDBD. Windows color (decimal): -1270790 or 16423916. OLE color: 16423916.

HSL color Cylindrical-coordinate representation of color #EC9BFA: hue angle of 291.16º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC9BFA is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 155 250 -
CMYK 0.06 0.38 0 0.02
HSL 291.16º 0.9% 0.79% -
HSV(B) 291.16º 0.38% 0.98% -
XYZ 63.57 48.18 96.39 -
YUV 190.05 161.84 160.78 -
System Red Green Blue C M Y K H S L
Decimal 236 155 250 0.06 0.38 0 0.02 291.16 0.9 0.79
Hex EC 9B FA 6 26 0 2 123 5A 4F
Octal 354 233 372 6 46 0 2 443 132 117
Binary 11101100 10011011 11111010 110 100110 0 10 100100011 1011010 1001111

Color Harmonies of #EC9BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9BFA

Black with #EC9BFA

Text Example


Text Example

White with #EC9BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9BFA; }

 p { color: rgb(236,155,250); }

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

background-color css

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

 a { background-color: rgb(236,155,250); }

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

border-color css

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

 span { border-color: rgb(236,155,250); }

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