Html Css Color HEX #ED4BAA Brilliant Rose

📋 copy color: '#ED4BAA'

red 237 ◦ green 75 ◦ blue 170

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

Shades of Brilliant Rose #ED4BAA

Tints of Brilliant Rose #ED4BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.56%

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

R = 49.17%
G = 15.56%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED4BAA (or 0xED4BAA) is known color: Brilliant Rose. HEX triplet: ED, 4B and AA. RGB value is (237,75,170). Sum of RGB (Red+Green+Blue) = 237+75+170=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4BAA is #12B455. Grayscale: #868686. Windows color (decimal): -1225814 or 11160557. OLE color: 11160557.

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

Color convert

RGB 237 75 170 -
CMYK 0 0.68 0.28 0.07
HSL 324.81º 0.82% 0.61% -
HSV(B) 324.81º 0.68% 0.93% -
XYZ 44.7 25.94 40.68 -
YUV 134.27 148.17 201.28 -
System Red Green Blue C M Y K H S L
Decimal 237 75 170 0 0.68 0.28 0.07 324.81 0.82 0.61
Hex ED 4B AA 0 44 1C 7 145 52 3D
Octal 355 113 252 0 104 34 7 505 122 75
Binary 11101101 1001011 10101010 0 1000100 11100 111 101000101 1010010 111101

Color Harmonies of #ED4BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4BAA

Black with #ED4BAA

Text Example


Text Example

White with #ED4BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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