Html Css Color HEX #EC4B9F Brilliant Rose

📋 copy color: '#EC4B9F'

red 236 ◦ green 75 ◦ blue 159

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

Shades of Brilliant Rose #EC4B9F

Tints of Brilliant Rose #EC4B9F

RGB

 RED value IS 236 (92.58% from 255) = 50.21%

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

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

R = 50.21%
G = 15.96%
B = 33.83%

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

#EC4B9F (or 0xEC4B9F) is known color: Brilliant Rose. HEX triplet: EC, 4B and 9F. RGB value is (236,75,159). Sum of RGB (Red+Green+Blue) = 236+75+159=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4B9F is #13B460. Grayscale: #848484. Windows color (decimal): -1291361 or 10439660. OLE color: 10439660.

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

Color convert

RGB 236 75 159 -
CMYK 0 0.68 0.33 0.07
HSL 328.7º 0.81% 0.61% -
HSV(B) 328.7º 0.68% 0.93% -
XYZ 43.37 25.37 35.41 -
YUV 132.72 142.84 201.67 -
System Red Green Blue C M Y K H S L
Decimal 236 75 159 0 0.68 0.33 0.07 328.7 0.81 0.61
Hex EC 4B 9F 0 44 21 7 149 51 3D
Octal 354 113 237 0 104 41 7 511 121 75
Binary 11101100 1001011 10011111 0 1000100 100001 111 101001001 1010001 111101

Color Harmonies of #EC4B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4B9F

Black with #EC4B9F

Text Example


Text Example

White with #EC4B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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