Html Css Color HEX #ED7FFD Violet

📋 copy color: '#ED7FFD'

red 237 ◦ green 127 ◦ blue 253

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

Shades of Violet #ED7FFD

Tints of Violet #ED7FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 20.58%

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

R = 38.41%
G = 20.58%
B = 41%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED7FFD (or 0xED7FFD) is known color: Violet. HEX triplet: ED, 7F and FD. RGB value is (237,127,253). Sum of RGB (Red+Green+Blue) = 237+127+253=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 127 (50% from 255 or 20.58% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED7FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7FFD is #128002. Grayscale: #ADADAD. Windows color (decimal): -1212419 or 16613357. OLE color: 16613357.

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

Color convert

RGB 237 127 253 -
CMYK 0.06 0.50 0 0.01
HSL 292.38º 0.97% 0.75% -
HSV(B) 292.38º 0.5% 0.99% -
XYZ 60.24 40.28 97.53 -
YUV 174.25 172.44 172.75 -
System Red Green Blue C M Y K H S L
Decimal 237 127 253 0.06 0.50 0 0.01 292.38 0.97 0.75
Hex ED 7F FD 6 32 0 1 124 61 4B
Octal 355 177 375 6 62 0 1 444 141 113
Binary 11101101 1111111 11111101 110 110010 0 1 100100100 1100001 1001011

Color Harmonies of #ED7FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7FFD

Black with #ED7FFD

Text Example


Text Example

White with #ED7FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7FFD; }

 p { color: rgb(237,127,253); }

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

background-color css

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

 a { background-color: rgb(237,127,253); }

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

border-color css

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

 span { border-color: rgb(237,127,253); }

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