Html Css Color HEX #ED459C Violet Red

📋 copy color: '#ED459C'

red 237 ◦ green 69 ◦ blue 156

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

Shades of Violet Red #ED459C

Tints of Violet Red #ED459C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.94%

 BLUE value IS 156 (61.33% from 255) = 33.77%

R = 51.3%
G = 14.94%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED459C (or 0xED459C) is known color: Violet Red. HEX triplet: ED, 45 and 9C. RGB value is (237,69,156). Sum of RGB (Red+Green+Blue) = 237+69+156=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED459C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED459C is #12BA63. Grayscale: #808080. Windows color (decimal): -1227364 or 10241517. OLE color: 10241517.

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

Color convert

RGB 237 69 156 -
CMYK 0 0.71 0.34 0.07
HSL 328.93º 0.82% 0.6% -
HSV(B) 328.93º 0.71% 0.93% -
XYZ 43.05 24.66 33.94 -
YUV 129.15 143.16 204.93 -
System Red Green Blue C M Y K H S L
Decimal 237 69 156 0 0.71 0.34 0.07 328.93 0.82 0.6
Hex ED 45 9C 0 47 22 7 149 52 3C
Octal 355 105 234 0 107 42 7 511 122 74
Binary 11101101 1000101 10011100 0 1000111 100010 111 101001001 1010010 111100

Color Harmonies of #ED459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED459C

Black with #ED459C

Text Example


Text Example

White with #ED459C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED459C; }

 p { color: rgb(237,69,156); }

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

background-color css

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

 a { background-color: rgb(237,69,156); }

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

border-color css

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

 span { border-color: rgb(237,69,156); }

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