Html Css Color HEX #EF90ED Violet

📋 copy color: '#EF90ED'

red 239 ◦ green 144 ◦ blue 237

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

Shades of Violet #EF90ED

Tints of Violet #EF90ED

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.23%

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

R = 38.55%
G = 23.23%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF90ED (or 0xEF90ED) is known color: Violet. HEX triplet: EF, 90 and ED. RGB value is (239,144,237). Sum of RGB (Red+Green+Blue) = 239+144+237=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 144 (56.64% from 255 or 23.23% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF90ED is #106F12. Grayscale: #B6B6B6. Windows color (decimal): -1077011 or 15569135. OLE color: 15569135.

HSL color Cylindrical-coordinate representation of color #EF90ED: hue angle of 301.26º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF90ED is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 144 237 -
CMYK 0 0.40 0.01 0.06
HSL 301.26º 0.75% 0.75% -
HSV(B) 301.26º 0.4% 0.94% -
XYZ 60.86 44.41 85.49 -
YUV 183.01 158.47 167.94 -
System Red Green Blue C M Y K H S L
Decimal 239 144 237 0 0.40 0.01 0.06 301.26 0.75 0.75
Hex EF 90 ED 0 28 1 6 12D 4B 4B
Octal 357 220 355 0 50 1 6 455 113 113
Binary 11101111 10010000 11101101 0 101000 1 110 100101101 1001011 1001011

Color Harmonies of #EF90ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF90ED

Black with #EF90ED

Text Example


Text Example

White with #EF90ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF90ED; }

 p { color: rgb(239,144,237); }

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

background-color css

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

 a { background-color: rgb(239,144,237); }

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

border-color css

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

 span { border-color: rgb(239,144,237); }

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