Html Css Color HEX #EF96EA Violet

📋 copy color: '#EF96EA'

red 239 ◦ green 150 ◦ blue 234

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

Shades of Violet #EF96EA

Tints of Violet #EF96EA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.08%

 BLUE value IS 234 (91.8% from 255) = 37.56%

R = 38.36%
G = 24.08%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EF96EA (or 0xEF96EA) is known color: Violet. HEX triplet: EF, 96 and EA. RGB value is (239,150,234). Sum of RGB (Red+Green+Blue) = 239+150+234=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 150 (58.98% from 255 or 24.08% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF96EA is #106915. Grayscale: #B9B9B9. Windows color (decimal): -1075478 or 15374063. OLE color: 15374063.

HSL color Cylindrical-coordinate representation of color #EF96EA: hue angle of 303.37º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF96EA is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 150 234 -
CMYK 0 0.37 0.02 0.06
HSL 303.37º 0.74% 0.76% -
HSV(B) 303.37º 0.37% 0.94% -
XYZ 61.35 46.1 83.51 -
YUV 186.19 154.99 165.67 -
System Red Green Blue C M Y K H S L
Decimal 239 150 234 0 0.37 0.02 0.06 303.37 0.74 0.76
Hex EF 96 EA 0 25 2 6 12F 4A 4C
Octal 357 226 352 0 45 2 6 457 112 114
Binary 11101111 10010110 11101010 0 100101 10 110 100101111 1001010 1001100

Color Harmonies of #EF96EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF96EA

Black with #EF96EA

Text Example


Text Example

White with #EF96EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF96EA; }

 p { color: rgb(239,150,234); }

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

background-color css

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

 a { background-color: rgb(239,150,234); }

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

border-color css

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

 span { border-color: rgb(239,150,234); }

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