Html Css Color HEX #EF98EA Violet

📋 copy color: '#EF98EA'

red 239 ◦ green 152 ◦ blue 234

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

Shades of Violet #EF98EA

Tints of Violet #EF98EA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.32%

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

R = 38.24%
G = 24.32%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EF98EA (or 0xEF98EA) is known color: Violet. HEX triplet: EF, 98 and EA. RGB value is (239,152,234). Sum of RGB (Red+Green+Blue) = 239+152+234=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 152 (59.77% from 255 or 24.32% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF98EA is #106715. Grayscale: #BBBBBB. Windows color (decimal): -1074966 or 15374575. OLE color: 15374575.

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

Color convert

RGB 239 152 234 -
CMYK 0 0.36 0.02 0.06
HSL 303.45º 0.73% 0.77% -
HSV(B) 303.45º 0.36% 0.94% -
XYZ 61.68 46.75 83.61 -
YUV 187.36 154.32 164.83 -
System Red Green Blue C M Y K H S L
Decimal 239 152 234 0 0.36 0.02 0.06 303.45 0.73 0.77
Hex EF 98 EA 0 24 2 6 12F 49 4D
Octal 357 230 352 0 44 2 6 457 111 115
Binary 11101111 10011000 11101010 0 100100 10 110 100101111 1001001 1001101

Color Harmonies of #EF98EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF98EA

Black with #EF98EA

Text Example


Text Example

White with #EF98EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF98EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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