Html Css Color HEX #EF8FFD Violet

📋 copy color: '#EF8FFD'

red 239 ◦ green 143 ◦ blue 253

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

Shades of Violet #EF8FFD

Tints of Violet #EF8FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 22.52%

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

R = 37.64%
G = 22.52%
B = 39.84%

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

#EF8FFD (or 0xEF8FFD) is known color: Violet. HEX triplet: EF, 8F and FD. RGB value is (239,143,253). Sum of RGB (Red+Green+Blue) = 239+143+253=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 143 (56.25% from 255 or 22.52% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF8FFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF8FFD is #107002. Grayscale: #B7B7B7. Windows color (decimal): -1077251 or 16617455. OLE color: 16617455.

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

Color convert

RGB 239 143 253 -
CMYK 0.06 0.43 0 0.01
HSL 292.36º 0.96% 0.78% -
HSV(B) 292.36º 0.43% 0.99% -
XYZ 63.15 45.09 98.3 -
YUV 184.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 239 143 253 0.06 0.43 0 0.01 292.36 0.96 0.78
Hex EF 8F FD 6 2B 0 1 124 60 4E
Octal 357 217 375 6 53 0 1 444 140 116
Binary 11101111 10001111 11111101 110 101011 0 1 100100100 1100000 1001110

Color Harmonies of #EF8FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8FFD

Black with #EF8FFD

Text Example


Text Example

White with #EF8FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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