Html Css Color HEX #EF9CFD Violet

📋 copy color: '#EF9CFD'

red 239 ◦ green 156 ◦ blue 253

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

Shades of Violet #EF9CFD

Tints of Violet #EF9CFD

RGB

 RED value IS 239 (93.75% from 255) = 36.88%

 GREEN value IS 156 (61.33% from 255) = 24.07%

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

R = 36.88%
G = 24.07%
B = 39.04%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF9CFD (or 0xEF9CFD) is known color: Violet. HEX triplet: EF, 9C and FD. RGB value is (239,156,253). Sum of RGB (Red+Green+Blue) = 239+156+253=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 156 (61.33% from 255 or 24.07% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF9CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9CFD is #106302. Grayscale: #BFBFBF. Windows color (decimal): -1073923 or 16620783. OLE color: 16620783.

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

Color convert

RGB 239 156 253 -
CMYK 0.06 0.38 0 0.01
HSL 291.34º 0.96% 0.8% -
HSV(B) 291.34º 0.38% 0.99% -
XYZ 65.21 49.22 98.99 -
YUV 191.88 162.5 161.61 -
System Red Green Blue C M Y K H S L
Decimal 239 156 253 0.06 0.38 0 0.01 291.34 0.96 0.8
Hex EF 9C FD 6 26 0 1 123 60 50
Octal 357 234 375 6 46 0 1 443 140 120
Binary 11101111 10011100 11111101 110 100110 0 1 100100011 1100000 1010000

Color Harmonies of #EF9CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9CFD

Black with #EF9CFD

Text Example


Text Example

White with #EF9CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9CFD; }

 p { color: rgb(239,156,253); }

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

background-color css

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

 a { background-color: rgb(239,156,253); }

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

border-color css

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

 span { border-color: rgb(239,156,253); }

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