Html Css Color HEX #EC4BAF Brilliant Rose

📋 copy color: '#EC4BAF'

red 236 ◦ green 75 ◦ blue 175

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

Shades of Brilliant Rose #EC4BAF

Tints of Brilliant Rose #EC4BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.01%

R = 48.56%
G = 15.43%
B = 36.01%

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

#EC4BAF (or 0xEC4BAF) is known color: Brilliant Rose. HEX triplet: EC, 4B and AF. RGB value is (236,75,175). Sum of RGB (Red+Green+Blue) = 236+75+175=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 75 (29.69% from 255 or 15.43% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4BAF is #13B450. Grayscale: #868686. Windows color (decimal): -1291345 or 11488236. OLE color: 11488236.

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

Color convert

RGB 236 75 175 -
CMYK 0 0.68 0.26 0.07
HSL 322.73º 0.81% 0.61% -
HSV(B) 322.73º 0.68% 0.93% -
XYZ 44.85 25.96 43.2 -
YUV 134.54 150.84 200.37 -
System Red Green Blue C M Y K H S L
Decimal 236 75 175 0 0.68 0.26 0.07 322.73 0.81 0.61
Hex EC 4B AF 0 44 1A 7 143 51 3D
Octal 354 113 257 0 104 32 7 503 121 75
Binary 11101100 1001011 10101111 0 1000100 11010 111 101000011 1010001 111101

Color Harmonies of #EC4BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4BAF

Black with #EC4BAF

Text Example


Text Example

White with #EC4BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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