Html Css Color HEX #EF90EB Violet

📋 copy color: '#EF90EB'

red 239 ◦ green 144 ◦ blue 235

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

Shades of Violet #EF90EB

Tints of Violet #EF90EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.03%

R = 38.67%
G = 23.3%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EF90EB (or 0xEF90EB) is known color: Violet. HEX triplet: EF, 90 and EB. RGB value is (239,144,235). Sum of RGB (Red+Green+Blue) = 239+144+235=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 144 (56.64% from 255 or 23.30% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF90EB is #106F14. Grayscale: #B6B6B6. Windows color (decimal): -1077013 or 15438063. OLE color: 15438063.

HSL color Cylindrical-coordinate representation of color #EF90EB: hue angle of 302.53º 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 #EF90EB is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 144 235 -
CMYK 0 0.40 0.02 0.06
HSL 302.53º 0.75% 0.75% -
HSV(B) 302.53º 0.4% 0.94% -
XYZ 60.57 44.3 83.95 -
YUV 182.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 239 144 235 0 0.40 0.02 0.06 302.53 0.75 0.75
Hex EF 90 EB 0 28 2 6 12F 4B 4B
Octal 357 220 353 0 50 2 6 457 113 113
Binary 11101111 10010000 11101011 0 101000 10 110 100101111 1001011 1001011

Color Harmonies of #EF90EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF90EB

Black with #EF90EB

Text Example


Text Example

White with #EF90EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF90EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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