Html Css Color HEX #EF7BFD Violet

📋 copy color: '#EF7BFD'

red 239 ◦ green 123 ◦ blue 253

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

Shades of Violet #EF7BFD

Tints of Violet #EF7BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.14%

R = 38.86%
G = 20%
B = 41.14%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF7BFD (or 0xEF7BFD) is known color: Violet. HEX triplet: EF, 7B and FD. RGB value is (239,123,253). Sum of RGB (Red+Green+Blue) = 239+123+253=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 123 (48.44% from 255 or 20% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF7BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7BFD is #108402. Grayscale: #ACACAC. Windows color (decimal): -1082371 or 16612335. OLE color: 16612335.

HSL color Cylindrical-coordinate representation of color #EF7BFD: hue angle of 293.54º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF7BFD is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 123 253 -
CMYK 0.06 0.51 0 0.01
HSL 293.54º 0.97% 0.74% -
HSV(B) 293.54º 0.51% 0.99% -
XYZ 60.41 39.61 97.39 -
YUV 172.5 173.43 175.43 -
System Red Green Blue C M Y K H S L
Decimal 239 123 253 0.06 0.51 0 0.01 293.54 0.97 0.74
Hex EF 7B FD 6 33 0 1 126 61 4A
Octal 357 173 375 6 63 0 1 446 141 112
Binary 11101111 1111011 11111101 110 110011 0 1 100100110 1100001 1001010

Color Harmonies of #EF7BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7BFD

Black with #EF7BFD

Text Example


Text Example

White with #EF7BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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