Html Css Color HEX #EC4FB4 Brilliant Rose

📋 copy color: '#EC4FB4'

red 236 ◦ green 79 ◦ blue 180

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

Shades of Brilliant Rose #EC4FB4

Tints of Brilliant Rose #EC4FB4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.96%

 BLUE value IS 180 (70.7% from 255) = 36.36%

R = 47.68%
G = 15.96%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EC4FB4 (or 0xEC4FB4) is known color: Brilliant Rose. HEX triplet: EC, 4F and B4. RGB value is (236,79,180). Sum of RGB (Red+Green+Blue) = 236+79+180=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4FB4 is #13B04B. Grayscale: #898989. Windows color (decimal): -1290316 or 11816940. OLE color: 11816940.

HSL color Cylindrical-coordinate representation of color #EC4FB4: hue angle of 321.4º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4FB4 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 79 180 -
CMYK 0 0.67 0.24 0.07
HSL 321.4º 0.81% 0.62% -
HSV(B) 321.4º 0.67% 0.93% -
XYZ 45.63 26.72 45.93 -
YUV 137.46 152.01 198.29 -
System Red Green Blue C M Y K H S L
Decimal 236 79 180 0 0.67 0.24 0.07 321.4 0.81 0.62
Hex EC 4F B4 0 43 18 7 141 51 3E
Octal 354 117 264 0 103 30 7 501 121 76
Binary 11101100 1001111 10110100 0 1000011 11000 111 101000001 1010001 111110

Color Harmonies of #EC4FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4FB4

Black with #EC4FB4

Text Example


Text Example

White with #EC4FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4FB4; }

 p { color: rgb(236,79,180); }

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

background-color css

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

 a { background-color: rgb(236,79,180); }

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

border-color css

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

 span { border-color: rgb(236,79,180); }

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