Html Css Color HEX #EF7BE4 Violet

📋 copy color: '#EF7BE4'

red 239 ◦ green 123 ◦ blue 228

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

Shades of Violet #EF7BE4

Tints of Violet #EF7BE4

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.85%

 BLUE value IS 228 (89.45% from 255) = 38.64%

R = 40.51%
G = 20.85%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EF7BE4 (or 0xEF7BE4) is known color: Violet. HEX triplet: EF, 7B and E4. RGB value is (239,123,228). Sum of RGB (Red+Green+Blue) = 239+123+228=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 123 (48.44% from 255 or 20.85% from 590); Blue value is 228 (89.45% from 255 or 38.64% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BE4 is #10841B. Grayscale: #A9A9A9. Windows color (decimal): -1082396 or 14973935. OLE color: 14973935.

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

Color convert

RGB 239 123 228 -
CMYK 0 0.49 0.05 0.06
HSL 305.69º 0.78% 0.71% -
HSV(B) 305.69º 0.49% 0.94% -
XYZ 56.68 38.12 77.77 -
YUV 169.65 160.93 177.46 -
System Red Green Blue C M Y K H S L
Decimal 239 123 228 0 0.49 0.05 0.06 305.69 0.78 0.71
Hex EF 7B E4 0 31 5 6 132 4E 47
Octal 357 173 344 0 61 5 6 462 116 107
Binary 11101111 1111011 11100100 0 110001 101 110 100110010 1001110 1000111

Color Harmonies of #EF7BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7BE4

Black with #EF7BE4

Text Example


Text Example

White with #EF7BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7BE4; }

 p { color: rgb(239,123,228); }

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

background-color css

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

 a { background-color: rgb(239,123,228); }

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

border-color css

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

 span { border-color: rgb(239,123,228); }

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