Html Css Color HEX #ED49AF Brilliant Rose

📋 copy color: '#ED49AF'

red 237 ◦ green 73 ◦ blue 175

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

Shades of Brilliant Rose #ED49AF

Tints of Brilliant Rose #ED49AF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.05%

 BLUE value IS 175 (68.75% from 255) = 36.08%

R = 48.87%
G = 15.05%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED49AF (or 0xED49AF) is known color: Brilliant Rose. HEX triplet: ED, 49 and AF. RGB value is (237,73,175). Sum of RGB (Red+Green+Blue) = 237+73+175=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED49AF is #12B650. Grayscale: #858585. Windows color (decimal): -1226321 or 11487725. OLE color: 11487725.

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

Color convert

RGB 237 73 175 -
CMYK 0 0.69 0.26 0.07
HSL 322.68º 0.82% 0.61% -
HSV(B) 322.68º 0.69% 0.93% -
XYZ 45.05 25.86 43.18 -
YUV 133.66 151.33 201.71 -
System Red Green Blue C M Y K H S L
Decimal 237 73 175 0 0.69 0.26 0.07 322.68 0.82 0.61
Hex ED 49 AF 0 45 1A 7 143 52 3D
Octal 355 111 257 0 105 32 7 503 122 75
Binary 11101101 1001001 10101111 0 1000101 11010 111 101000011 1010010 111101

Color Harmonies of #ED49AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED49AF

Black with #ED49AF

Text Example


Text Example

White with #ED49AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED49AF; }

 p { color: rgb(237,73,175); }

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

background-color css

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

 a { background-color: rgb(237,73,175); }

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

border-color css

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

 span { border-color: rgb(237,73,175); }

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