Html Css Color HEX #ED7CFB Violet

📋 copy color: '#ED7CFB'

red 237 ◦ green 124 ◦ blue 251

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

Shades of Violet #ED7CFB

Tints of Violet #ED7CFB

RGB

 RED value IS 237 (92.97% from 255) = 38.73%

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

 BLUE value IS 251 (98.44% from 255) = 41.01%

R = 38.73%
G = 20.26%
B = 41.01%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED7CFB (or 0xED7CFB) is known color: Violet. HEX triplet: ED, 7C and FB. RGB value is (237,124,251). Sum of RGB (Red+Green+Blue) = 237+124+251=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 124 (48.83% from 255 or 20.26% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED7CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7CFB is #128304. Grayscale: #ABABAB. Windows color (decimal): -1213189 or 16481517. OLE color: 16481517.

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

Color convert

RGB 237 124 251 -
CMYK 0.06 0.51 0 0.02
HSL 293.39º 0.94% 0.74% -
HSV(B) 293.39º 0.51% 0.98% -
XYZ 59.55 39.38 95.73 -
YUV 172.27 172.44 174.17 -
System Red Green Blue C M Y K H S L
Decimal 237 124 251 0.06 0.51 0 0.02 293.39 0.94 0.74
Hex ED 7C FB 6 33 0 2 125 5E 4A
Octal 355 174 373 6 63 0 2 445 136 112
Binary 11101101 1111100 11111011 110 110011 0 10 100100101 1011110 1001010

Color Harmonies of #ED7CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7CFB

Black with #ED7CFB

Text Example


Text Example

White with #ED7CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7CFB; }

 p { color: rgb(237,124,251); }

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

background-color css

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

 a { background-color: rgb(237,124,251); }

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

border-color css

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

 span { border-color: rgb(237,124,251); }

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