Html Css Color HEX #EF90FD Violet

📋 copy color: '#EF90FD'

red 239 ◦ green 144 ◦ blue 253

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

Shades of Violet #EF90FD

Tints of Violet #EF90FD

RGB

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

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

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

R = 37.58%
G = 22.64%
B = 39.78%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF90FD (or 0xEF90FD) is known color: Violet. HEX triplet: EF, 90 and FD. RGB value is (239,144,253). Sum of RGB (Red+Green+Blue) = 239+144+253=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 144 (56.64% from 255 or 22.64% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF90FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF90FD is #106F02. Grayscale: #B8B8B8. Windows color (decimal): -1076995 or 16617711. OLE color: 16617711.

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

Color convert

RGB 239 144 253 -
CMYK 0.06 0.43 0 0.01
HSL 292.29º 0.96% 0.78% -
HSV(B) 292.29º 0.43% 0.99% -
XYZ 63.3 45.39 98.35 -
YUV 184.83 166.47 166.64 -
System Red Green Blue C M Y K H S L
Decimal 239 144 253 0.06 0.43 0 0.01 292.29 0.96 0.78
Hex EF 90 FD 6 2B 0 1 124 60 4E
Octal 357 220 375 6 53 0 1 444 140 116
Binary 11101111 10010000 11111101 110 101011 0 1 100100100 1100000 1001110

Color Harmonies of #EF90FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF90FD

Black with #EF90FD

Text Example


Text Example

White with #EF90FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF90FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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