Html Css Color HEX #ED6099 Brilliant Rose

📋 copy color: '#ED6099'

red 237 ◦ green 96 ◦ blue 153

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

Shades of Brilliant Rose #ED6099

Tints of Brilliant Rose #ED6099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.75%

 BLUE value IS 153 (60.16% from 255) = 31.48%

R = 48.77%
G = 19.75%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED6099 (or 0xED6099) is known color: Brilliant Rose. HEX triplet: ED, 60 and 99. RGB value is (237,96,153). Sum of RGB (Red+Green+Blue) = 237+96+153=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6099 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6099 is #129F66. Grayscale: #909090. Windows color (decimal): -1220455 or 10051821. OLE color: 10051821.

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

Color convert

RGB 237 96 153 -
CMYK 0 0.59 0.35 0.07
HSL 335.74º 0.8% 0.65% -
HSV(B) 335.74º 0.59% 0.93% -
XYZ 44.86 28.67 33.31 -
YUV 144.66 132.71 193.87 -
System Red Green Blue C M Y K H S L
Decimal 237 96 153 0 0.59 0.35 0.07 335.74 0.8 0.65
Hex ED 60 99 0 3B 23 7 150 50 41
Octal 355 140 231 0 73 43 7 520 120 101
Binary 11101101 1100000 10011001 0 111011 100011 111 101010000 1010000 1000001

Color Harmonies of #ED6099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6099

Black with #ED6099

Text Example


Text Example

White with #ED6099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6099; }

 p { color: rgb(237,96,153); }

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

background-color css

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

 a { background-color: rgb(237,96,153); }

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

border-color css

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

 span { border-color: rgb(237,96,153); }

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