Html Css Color HEX #EC4BA7 Brilliant Rose

📋 copy color: '#EC4BA7'

red 236 ◦ green 75 ◦ blue 167

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

Shades of Brilliant Rose #EC4BA7

Tints of Brilliant Rose #EC4BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.94%

R = 49.37%
G = 15.69%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EC4BA7 (or 0xEC4BA7) is known color: Brilliant Rose. HEX triplet: EC, 4B and A7. RGB value is (236,75,167). Sum of RGB (Red+Green+Blue) = 236+75+167=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4BA7 is #13B458. Grayscale: #858585. Windows color (decimal): -1291353 or 10963948. OLE color: 10963948.

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

Color convert

RGB 236 75 167 -
CMYK 0 0.68 0.29 0.07
HSL 325.71º 0.81% 0.61% -
HSV(B) 325.71º 0.68% 0.93% -
XYZ 44.08 25.66 39.19 -
YUV 133.63 146.84 201.02 -
System Red Green Blue C M Y K H S L
Decimal 236 75 167 0 0.68 0.29 0.07 325.71 0.81 0.61
Hex EC 4B A7 0 44 1D 7 146 51 3D
Octal 354 113 247 0 104 35 7 506 121 75
Binary 11101100 1001011 10100111 0 1000100 11101 111 101000110 1010001 111101

Color Harmonies of #EC4BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4BA7

Black with #EC4BA7

Text Example


Text Example

White with #EC4BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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