Html Css Color HEX #ED3E8B Violet Red

📋 copy color: '#ED3E8B'

red 237 ◦ green 62 ◦ blue 139

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

Shades of Violet Red #ED3E8B

Tints of Violet Red #ED3E8B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.16%

 BLUE value IS 139 (54.69% from 255) = 31.74%

R = 54.11%
G = 14.16%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED3E8B (or 0xED3E8B) is known color: Violet Red. HEX triplet: ED, 3E and 8B. RGB value is (237,62,139). Sum of RGB (Red+Green+Blue) = 237+62+139=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 62 (24.61% from 255 or 14.16% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3E8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3E8B is #12C174. Grayscale: #7A7A7A. Windows color (decimal): -1229173 or 9125613. OLE color: 9125613.

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

Color convert

RGB 237 62 139 -
CMYK 0 0.74 0.41 0.07
HSL 333.6º 0.83% 0.59% -
HSV(B) 333.6º 0.74% 0.93% -
XYZ 41.31 23.31 26.75 -
YUV 123.1 136.98 209.24 -
System Red Green Blue C M Y K H S L
Decimal 237 62 139 0 0.74 0.41 0.07 333.6 0.83 0.59
Hex ED 3E 8B 0 4A 29 7 14E 53 3B
Octal 355 76 213 0 112 51 7 516 123 73
Binary 11101101 111110 10001011 0 1001010 101001 111 101001110 1010011 111011

Color Harmonies of #ED3E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3E8B

Black with #ED3E8B

Text Example


Text Example

White with #ED3E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3E8B; }

 p { color: rgb(237,62,139); }

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

background-color css

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

 a { background-color: rgb(237,62,139); }

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

border-color css

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

 span { border-color: rgb(237,62,139); }

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