Html Css Color HEX #ED5A98 Brilliant Rose

📋 copy color: '#ED5A98'

red 237 ◦ green 90 ◦ blue 152

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

Shades of Brilliant Rose #ED5A98

Tints of Brilliant Rose #ED5A98

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.79%

 BLUE value IS 152 (59.77% from 255) = 31.73%

R = 49.48%
G = 18.79%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED5A98 (or 0xED5A98) is known color: Brilliant Rose. HEX triplet: ED, 5A and 98. RGB value is (237,90,152). Sum of RGB (Red+Green+Blue) = 237+90+152=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5A98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5A98 is #12A567. Grayscale: #8C8C8C. Windows color (decimal): -1221992 or 9984749. OLE color: 9984749.

HSL color Cylindrical-coordinate representation of color #ED5A98: hue angle of 334.69º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5A98 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 90 152 -
CMYK 0 0.62 0.36 0.07
HSL 334.69º 0.8% 0.64% -
HSV(B) 334.69º 0.62% 0.93% -
XYZ 44.25 27.58 32.7 -
YUV 141.02 134.2 196.46 -
System Red Green Blue C M Y K H S L
Decimal 237 90 152 0 0.62 0.36 0.07 334.69 0.8 0.64
Hex ED 5A 98 0 3E 24 7 14F 50 40
Octal 355 132 230 0 76 44 7 517 120 100
Binary 11101101 1011010 10011000 0 111110 100100 111 101001111 1010000 1000000

Color Harmonies of #ED5A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5A98

Black with #ED5A98

Text Example


Text Example

White with #ED5A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5A98; }

 p { color: rgb(237,90,152); }

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

background-color css

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

 a { background-color: rgb(237,90,152); }

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

border-color css

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

 span { border-color: rgb(237,90,152); }

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