Html Css Color HEX #ED439B Violet Red

📋 copy color: '#ED439B'

red 237 ◦ green 67 ◦ blue 155

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

Shades of Violet Red #ED439B

Tints of Violet Red #ED439B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.6%

 BLUE value IS 155 (60.94% from 255) = 33.77%

R = 51.63%
G = 14.6%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED439B (or 0xED439B) is known color: Violet Red. HEX triplet: ED, 43 and 9B. RGB value is (237,67,155). Sum of RGB (Red+Green+Blue) = 237+67+155=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED439B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED439B is #12BC64. Grayscale: #7F7F7F. Windows color (decimal): -1227877 or 10175469. OLE color: 10175469.

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

Color convert

RGB 237 67 155 -
CMYK 0 0.72 0.35 0.07
HSL 328.94º 0.83% 0.6% -
HSV(B) 328.94º 0.72% 0.93% -
XYZ 42.85 24.39 33.46 -
YUV 127.86 143.32 205.84 -
System Red Green Blue C M Y K H S L
Decimal 237 67 155 0 0.72 0.35 0.07 328.94 0.83 0.6
Hex ED 43 9B 0 48 23 7 149 53 3C
Octal 355 103 233 0 110 43 7 511 123 74
Binary 11101101 1000011 10011011 0 1001000 100011 111 101001001 1010011 111100

Color Harmonies of #ED439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED439B

Black with #ED439B

Text Example


Text Example

White with #ED439B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED439B; }

 p { color: rgb(237,67,155); }

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

background-color css

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

 a { background-color: rgb(237,67,155); }

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

border-color css

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

 span { border-color: rgb(237,67,155); }

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