Html Css Color HEX #ED4AAA Brilliant Rose

📋 copy color: '#ED4AAA'

red 237 ◦ green 74 ◦ blue 170

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

Shades of Brilliant Rose #ED4AAA

Tints of Brilliant Rose #ED4AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.34%

R = 49.27%
G = 15.38%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED4AAA (or 0xED4AAA) is known color: Brilliant Rose. HEX triplet: ED, 4A and AA. RGB value is (237,74,170). Sum of RGB (Red+Green+Blue) = 237+74+170=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4AAA is #12B555. Grayscale: #858585. Windows color (decimal): -1226070 or 11160301. OLE color: 11160301.

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

Color convert

RGB 237 74 170 -
CMYK 0 0.69 0.28 0.07
HSL 324.66º 0.82% 0.61% -
HSV(B) 324.66º 0.69% 0.93% -
XYZ 44.63 25.8 40.66 -
YUV 133.68 148.5 201.69 -
System Red Green Blue C M Y K H S L
Decimal 237 74 170 0 0.69 0.28 0.07 324.66 0.82 0.61
Hex ED 4A AA 0 45 1C 7 145 52 3D
Octal 355 112 252 0 105 34 7 505 122 75
Binary 11101101 1001010 10101010 0 1000101 11100 111 101000101 1010010 111101

Color Harmonies of #ED4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4AAA

Black with #ED4AAA

Text Example


Text Example

White with #ED4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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