Html Css Color HEX #EF8EFD Violet

📋 copy color: '#EF8EFD'

red 239 ◦ green 142 ◦ blue 253

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

Shades of Violet #EF8EFD

Tints of Violet #EF8EFD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 22.4%

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

R = 37.7%
G = 22.4%
B = 39.91%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF8EFD (or 0xEF8EFD) is known color: Violet. HEX triplet: EF, 8E and FD. RGB value is (239,142,253). Sum of RGB (Red+Green+Blue) = 239+142+253=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 142 (55.86% from 255 or 22.40% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF8EFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8EFD is #107102. Grayscale: #B7B7B7. Windows color (decimal): -1077507 or 16617199. OLE color: 16617199.

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

Color convert

RGB 239 142 253 -
CMYK 0.06 0.44 0 0.01
HSL 292.43º 0.97% 0.77% -
HSV(B) 292.43º 0.44% 0.99% -
XYZ 63 44.79 98.25 -
YUV 183.66 167.14 167.47 -
System Red Green Blue C M Y K H S L
Decimal 239 142 253 0.06 0.44 0 0.01 292.43 0.97 0.77
Hex EF 8E FD 6 2C 0 1 124 61 4D
Octal 357 216 375 6 54 0 1 444 141 115
Binary 11101111 10001110 11111101 110 101100 0 1 100100100 1100001 1001101

Color Harmonies of #EF8EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8EFD

Black with #EF8EFD

Text Example


Text Example

White with #EF8EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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