Html Css Color HEX #ED7FEA Violet

📋 copy color: '#ED7FEA'

red 237 ◦ green 127 ◦ blue 234

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

Shades of Violet #ED7FEA

Tints of Violet #ED7FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.13%

R = 39.63%
G = 21.24%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED7FEA (or 0xED7FEA) is known color: Violet. HEX triplet: ED, 7F and EA. RGB value is (237,127,234). Sum of RGB (Red+Green+Blue) = 237+127+234=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 127 (50% from 255 or 21.24% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7FEA is #128015. Grayscale: #ABABAB. Windows color (decimal): -1212438 or 15368173. OLE color: 15368173.

HSL color Cylindrical-coordinate representation of color #ED7FEA: hue angle of 301.64º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED7FEA is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 127 234 -
CMYK 0 0.46 0.01 0.07
HSL 301.64º 0.75% 0.71% -
HSV(B) 301.64º 0.46% 0.93% -
XYZ 57.37 39.12 82.37 -
YUV 172.09 162.94 174.3 -
System Red Green Blue C M Y K H S L
Decimal 237 127 234 0 0.46 0.01 0.07 301.64 0.75 0.71
Hex ED 7F EA 0 2E 1 7 12E 4B 47
Octal 355 177 352 0 56 1 7 456 113 107
Binary 11101101 1111111 11101010 0 101110 1 111 100101110 1001011 1000111

Color Harmonies of #ED7FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7FEA

Black with #ED7FEA

Text Example


Text Example

White with #ED7FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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