Html Css Color HEX #EC4BAE Brilliant Rose

📋 copy color: '#EC4BAE'

red 236 ◦ green 75 ◦ blue 174

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

Shades of Brilliant Rose #EC4BAE

Tints of Brilliant Rose #EC4BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.88%

R = 48.66%
G = 15.46%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC4BAE (or 0xEC4BAE) is known color: Brilliant Rose. HEX triplet: EC, 4B and AE. RGB value is (236,75,174). Sum of RGB (Red+Green+Blue) = 236+75+174=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 75 (29.69% from 255 or 15.46% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4BAE is #13B451. Grayscale: #868686. Windows color (decimal): -1291346 or 11422700. OLE color: 11422700.

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

Color convert

RGB 236 75 174 -
CMYK 0 0.68 0.26 0.07
HSL 323.11º 0.81% 0.61% -
HSV(B) 323.11º 0.68% 0.93% -
XYZ 44.75 25.92 42.69 -
YUV 134.43 150.34 200.45 -
System Red Green Blue C M Y K H S L
Decimal 236 75 174 0 0.68 0.26 0.07 323.11 0.81 0.61
Hex EC 4B AE 0 44 1A 7 143 51 3D
Octal 354 113 256 0 104 32 7 503 121 75
Binary 11101100 1001011 10101110 0 1000100 11010 111 101000011 1010001 111101

Color Harmonies of #EC4BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4BAE

Black with #EC4BAE

Text Example


Text Example

White with #EC4BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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