Html Css Color HEX #EC3FB2 Persian Rose

📋 copy color: '#EC3FB2'

red 236 ◦ green 63 ◦ blue 178

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

Shades of Persian Rose #EC3FB2

Tints of Persian Rose #EC3FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.32%

R = 49.48%
G = 13.21%
B = 37.32%

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

#EC3FB2 (or 0xEC3FB2) is known color: Persian Rose. HEX triplet: EC, 3F and B2. RGB value is (236,63,178). Sum of RGB (Red+Green+Blue) = 236+63+178=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3FB2 is #13C04D. Grayscale: #7F7F7F. Windows color (decimal): -1294414 or 11681772. OLE color: 11681772.

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

Color convert

RGB 236 63 178 -
CMYK 0 0.73 0.25 0.07
HSL 320.12º 0.82% 0.59% -
HSV(B) 320.12º 0.73% 0.93% -
XYZ 44.41 24.6 44.53 -
YUV 127.84 156.31 205.15 -
System Red Green Blue C M Y K H S L
Decimal 236 63 178 0 0.73 0.25 0.07 320.12 0.82 0.59
Hex EC 3F B2 0 49 19 7 140 52 3B
Octal 354 77 262 0 111 31 7 500 122 73
Binary 11101100 111111 10110010 0 1001001 11001 111 101000000 1010010 111011

Color Harmonies of #EC3FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3FB2

Black with #EC3FB2

Text Example


Text Example

White with #EC3FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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