Html Css Color HEX #EC3FB1 Persian Rose

📋 copy color: '#EC3FB1'

red 236 ◦ green 63 ◦ blue 177

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

Shades of Persian Rose #EC3FB1

Tints of Persian Rose #EC3FB1

RGB

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

 GREEN value IS 63 (25% from 255) = 13.24%

 BLUE value IS 177 (69.53% from 255) = 37.18%

R = 49.58%
G = 13.24%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC3FB1 (or 0xEC3FB1) is known color: Persian Rose. HEX triplet: EC, 3F and B1. RGB value is (236,63,177). Sum of RGB (Red+Green+Blue) = 236+63+177=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3FB1 is #13C04E. Grayscale: #7F7F7F. Windows color (decimal): -1294415 or 11616236. OLE color: 11616236.

HSL color Cylindrical-coordinate representation of color #EC3FB1: hue angle of 320.46º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC3FB1 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 63 177 -
CMYK 0 0.73 0.25 0.07
HSL 320.46º 0.82% 0.59% -
HSV(B) 320.46º 0.73% 0.93% -
XYZ 44.31 24.56 44 -
YUV 127.72 155.81 205.23 -
System Red Green Blue C M Y K H S L
Decimal 236 63 177 0 0.73 0.25 0.07 320.46 0.82 0.59
Hex EC 3F B1 0 49 19 7 140 52 3B
Octal 354 77 261 0 111 31 7 500 122 73
Binary 11101100 111111 10110001 0 1001001 11001 111 101000000 1010010 111011

Color Harmonies of #EC3FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3FB1

Black with #EC3FB1

Text Example


Text Example

White with #EC3FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3FB1; }

 p { color: rgb(236,63,177); }

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

background-color css

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

 a { background-color: rgb(236,63,177); }

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

border-color css

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

 span { border-color: rgb(236,63,177); }

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