Html Css Color HEX #ED7CEA Violet

📋 copy color: '#ED7CEA'

red 237 ◦ green 124 ◦ blue 234

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

Shades of Violet #ED7CEA

Tints of Violet #ED7CEA

RGB

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

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

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

R = 39.83%
G = 20.84%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED7CEA (or 0xED7CEA) is known color: Violet. HEX triplet: ED, 7C and EA. RGB value is (237,124,234). Sum of RGB (Red+Green+Blue) = 237+124+234=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 124 (48.83% from 255 or 20.84% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7CEA is #128315. Grayscale: #AAAAAA. Windows color (decimal): -1213206 or 15367405. OLE color: 15367405.

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

Color convert

RGB 237 124 234 -
CMYK 0 0.48 0.01 0.07
HSL 301.59º 0.76% 0.71% -
HSV(B) 301.59º 0.48% 0.93% -
XYZ 56.98 38.36 82.24 -
YUV 170.33 163.94 175.56 -
System Red Green Blue C M Y K H S L
Decimal 237 124 234 0 0.48 0.01 0.07 301.59 0.76 0.71
Hex ED 7C EA 0 30 1 7 12E 4C 47
Octal 355 174 352 0 60 1 7 456 114 107
Binary 11101101 1111100 11101010 0 110000 1 111 100101110 1001100 1000111

Color Harmonies of #ED7CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7CEA

Black with #ED7CEA

Text Example


Text Example

White with #ED7CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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