Html Css Color HEX #ED7BEA Violet

📋 copy color: '#ED7BEA'

red 237 ◦ green 123 ◦ blue 234

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

Shades of Violet #ED7BEA

Tints of Violet #ED7BEA

RGB

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

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

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

R = 39.9%
G = 20.71%
B = 39.39%

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

#ED7BEA (or 0xED7BEA) is known color: Violet. HEX triplet: ED, 7B and EA. RGB value is (237,123,234). Sum of RGB (Red+Green+Blue) = 237+123+234=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 123 (48.44% from 255 or 20.71% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7BEA is #128415. Grayscale: #A9A9A9. Windows color (decimal): -1213462 or 15367149. OLE color: 15367149.

HSL color Cylindrical-coordinate representation of color #ED7BEA: hue angle of 301.58º 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 #ED7BEA is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 123 234 -
CMYK 0 0.48 0.01 0.07
HSL 301.58º 0.76% 0.71% -
HSV(B) 301.58º 0.48% 0.93% -
XYZ 56.86 38.11 82.2 -
YUV 169.74 164.27 175.97 -
System Red Green Blue C M Y K H S L
Decimal 237 123 234 0 0.48 0.01 0.07 301.58 0.76 0.71
Hex ED 7B EA 0 30 1 7 12E 4C 47
Octal 355 173 352 0 60 1 7 456 114 107
Binary 11101101 1111011 11101010 0 110000 1 111 100101110 1001100 1000111

Color Harmonies of #ED7BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7BEA

Black with #ED7BEA

Text Example


Text Example

White with #ED7BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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