Html Css Color HEX #ED45A1 Brilliant Rose

📋 copy color: '#ED45A1'

red 237 ◦ green 69 ◦ blue 161

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

Shades of Brilliant Rose #ED45A1

Tints of Brilliant Rose #ED45A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.48%

R = 50.75%
G = 14.78%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ED45A1 (or 0xED45A1) is known color: Brilliant Rose. HEX triplet: ED, 45 and A1. RGB value is (237,69,161). Sum of RGB (Red+Green+Blue) = 237+69+161=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED45A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED45A1 is #12BA5E. Grayscale: #818181. Windows color (decimal): -1227359 or 10569197. OLE color: 10569197.

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

Color convert

RGB 237 69 161 -
CMYK 0 0.71 0.32 0.07
HSL 327.14º 0.82% 0.6% -
HSV(B) 327.14º 0.71% 0.93% -
XYZ 43.49 24.83 36.22 -
YUV 129.72 145.66 204.52 -
System Red Green Blue C M Y K H S L
Decimal 237 69 161 0 0.71 0.32 0.07 327.14 0.82 0.6
Hex ED 45 A1 0 47 20 7 147 52 3C
Octal 355 105 241 0 107 40 7 507 122 74
Binary 11101101 1000101 10100001 0 1000111 100000 111 101000111 1010010 111100

Color Harmonies of #ED45A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED45A1

Black with #ED45A1

Text Example


Text Example

White with #ED45A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED45A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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