Html Css Color HEX #ED4AAB Brilliant Rose

📋 copy color: '#ED4AAB'

red 237 ◦ green 74 ◦ blue 171

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

Shades of Brilliant Rose #ED4AAB

Tints of Brilliant Rose #ED4AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.48%

R = 49.17%
G = 15.35%
B = 35.48%

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

#ED4AAB (or 0xED4AAB) is known color: Brilliant Rose. HEX triplet: ED, 4A and AB. RGB value is (237,74,171). Sum of RGB (Red+Green+Blue) = 237+74+171=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4AAB is #12B554. Grayscale: #858585. Windows color (decimal): -1226069 or 11225837. OLE color: 11225837.

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

Color convert

RGB 237 74 171 -
CMYK 0 0.69 0.28 0.07
HSL 324.29º 0.82% 0.61% -
HSV(B) 324.29º 0.69% 0.93% -
XYZ 44.72 25.84 41.16 -
YUV 133.8 149 201.61 -
System Red Green Blue C M Y K H S L
Decimal 237 74 171 0 0.69 0.28 0.07 324.29 0.82 0.61
Hex ED 4A AB 0 45 1C 7 144 52 3D
Octal 355 112 253 0 105 34 7 504 122 75
Binary 11101101 1001010 10101011 0 1000101 11100 111 101000100 1010010 111101

Color Harmonies of #ED4AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4AAB

Black with #ED4AAB

Text Example


Text Example

White with #ED4AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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