Html Css Color HEX #EF7BF4 Violet

📋 copy color: '#EF7BF4'

red 239 ◦ green 123 ◦ blue 244

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

Shades of Violet #EF7BF4

Tints of Violet #EF7BF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.26%

R = 39.44%
G = 20.3%
B = 40.26%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EF7BF4 (or 0xEF7BF4) is known color: Violet. HEX triplet: EF, 7B and F4. RGB value is (239,123,244). Sum of RGB (Red+Green+Blue) = 239+123+244=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 123 (48.44% from 255 or 20.30% from 606); Blue value is 244 (95.70% from 255 or 40.26% from 606); Max value from RGB is 244 - color contains mainly: blue. Hex color #EF7BF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7BF4 is #10840B. Grayscale: #ABABAB. Windows color (decimal): -1082380 or 16022511. OLE color: 16022511.

HSL color Cylindrical-coordinate representation of color #EF7BF4: hue angle of 297.52º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF7BF4 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 123 244 -
CMYK 0.02 0.50 0 0.04
HSL 297.52º 0.85% 0.72% -
HSV(B) 297.52º 0.5% 0.96% -
XYZ 59.01 39.05 90.01 -
YUV 171.48 168.93 176.16 -
System Red Green Blue C M Y K H S L
Decimal 239 123 244 0.02 0.50 0 0.04 297.52 0.85 0.72
Hex EF 7B F4 2 32 0 4 12A 55 48
Octal 357 173 364 2 62 0 4 452 125 110
Binary 11101111 1111011 11110100 10 110010 0 100 100101010 1010101 1001000

Color Harmonies of #EF7BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7BF4

Black with #EF7BF4

Text Example


Text Example

White with #EF7BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7BF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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