Html Css Color HEX #EC4B9B French Rose

📋 copy color: '#EC4B9B'

red 236 ◦ green 75 ◦ blue 155

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

Shades of French Rose #EC4B9B

Tints of French Rose #EC4B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.26%

R = 50.64%
G = 16.09%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC4B9B (or 0xEC4B9B) is known color: French Rose. HEX triplet: EC, 4B and 9B. RGB value is (236,75,155). Sum of RGB (Red+Green+Blue) = 236+75+155=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4B9B is #13B464. Grayscale: #848484. Windows color (decimal): -1291365 or 10177516. OLE color: 10177516.

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

Color convert

RGB 236 75 155 -
CMYK 0 0.68 0.34 0.07
HSL 330.19º 0.81% 0.61% -
HSV(B) 330.19º 0.68% 0.93% -
XYZ 43.02 25.23 33.61 -
YUV 132.26 140.84 202 -
System Red Green Blue C M Y K H S L
Decimal 236 75 155 0 0.68 0.34 0.07 330.19 0.81 0.61
Hex EC 4B 9B 0 44 22 7 14A 51 3D
Octal 354 113 233 0 104 42 7 512 121 75
Binary 11101100 1001011 10011011 0 1000100 100010 111 101001010 1010001 111101

Color Harmonies of #EC4B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4B9B

Black with #EC4B9B

Text Example


Text Example

White with #EC4B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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