Html Css Color HEX #ED4B9F Brilliant Rose

📋 copy color: '#ED4B9F'

red 237 ◦ green 75 ◦ blue 159

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

Shades of Brilliant Rose #ED4B9F

Tints of Brilliant Rose #ED4B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.76%

R = 50.32%
G = 15.92%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED4B9F (or 0xED4B9F) is known color: Brilliant Rose. HEX triplet: ED, 4B and 9F. RGB value is (237,75,159). Sum of RGB (Red+Green+Blue) = 237+75+159=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4B9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4B9F is #12B460. Grayscale: #848484. Windows color (decimal): -1225825 or 10439661. OLE color: 10439661.

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

Color convert

RGB 237 75 159 -
CMYK 0 0.68 0.33 0.07
HSL 328.89º 0.82% 0.61% -
HSV(B) 328.89º 0.68% 0.93% -
XYZ 43.7 25.54 35.43 -
YUV 133.01 142.67 202.17 -
System Red Green Blue C M Y K H S L
Decimal 237 75 159 0 0.68 0.33 0.07 328.89 0.82 0.61
Hex ED 4B 9F 0 44 21 7 149 52 3D
Octal 355 113 237 0 104 41 7 511 122 75
Binary 11101101 1001011 10011111 0 1000100 100001 111 101001001 1010010 111101

Color Harmonies of #ED4B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4B9F

Black with #ED4B9F

Text Example


Text Example

White with #ED4B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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