Html Css Color HEX #ED4A9D Brilliant Rose

📋 copy color: '#ED4A9D'

red 237 ◦ green 74 ◦ blue 157

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

Shades of Brilliant Rose #ED4A9D

Tints of Brilliant Rose #ED4A9D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.81%

 BLUE value IS 157 (61.72% from 255) = 33.55%

R = 50.64%
G = 15.81%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED4A9D (or 0xED4A9D) is known color: Brilliant Rose. HEX triplet: ED, 4A and 9D. RGB value is (237,74,157). Sum of RGB (Red+Green+Blue) = 237+74+157=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4A9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4A9D is #12B562. Grayscale: #848484. Windows color (decimal): -1226083 or 10308333. OLE color: 10308333.

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

Color convert

RGB 237 74 157 -
CMYK 0 0.69 0.34 0.07
HSL 329.45º 0.82% 0.61% -
HSV(B) 329.45º 0.69% 0.93% -
XYZ 43.46 25.34 34.5 -
YUV 132.2 142 202.75 -
System Red Green Blue C M Y K H S L
Decimal 237 74 157 0 0.69 0.34 0.07 329.45 0.82 0.61
Hex ED 4A 9D 0 45 22 7 149 52 3D
Octal 355 112 235 0 105 42 7 511 122 75
Binary 11101101 1001010 10011101 0 1000101 100010 111 101001001 1010010 111101

Color Harmonies of #ED4A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4A9D

Black with #ED4A9D

Text Example


Text Example

White with #ED4A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4A9D; }

 p { color: rgb(237,74,157); }

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

background-color css

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

 a { background-color: rgb(237,74,157); }

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

border-color css

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

 span { border-color: rgb(237,74,157); }

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