Html Css Color HEX #EF7CEA Violet

📋 copy color: '#EF7CEA'

red 239 ◦ green 124 ◦ blue 234

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

Shades of Violet #EF7CEA

Tints of Violet #EF7CEA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.77%

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

R = 40.03%
G = 20.77%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EF7CEA (or 0xEF7CEA) is known color: Violet. HEX triplet: EF, 7C and EA. RGB value is (239,124,234). Sum of RGB (Red+Green+Blue) = 239+124+234=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 124 (48.83% from 255 or 20.77% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7CEA is #108315. Grayscale: #AAAAAA. Windows color (decimal): -1082134 or 15367407. OLE color: 15367407.

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

Color convert

RGB 239 124 234 -
CMYK 0 0.48 0.02 0.06
HSL 302.61º 0.78% 0.71% -
HSV(B) 302.61º 0.48% 0.94% -
XYZ 57.66 38.71 82.27 -
YUV 170.93 163.6 176.56 -
System Red Green Blue C M Y K H S L
Decimal 239 124 234 0 0.48 0.02 0.06 302.61 0.78 0.71
Hex EF 7C EA 0 30 2 6 12F 4E 47
Octal 357 174 352 0 60 2 6 457 116 107
Binary 11101111 1111100 11101010 0 110000 10 110 100101111 1001110 1000111

Color Harmonies of #EF7CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7CEA

Black with #EF7CEA

Text Example


Text Example

White with #EF7CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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