Html Css Color HEX #EC3FB0 Persian Rose

📋 copy color: '#EC3FB0'

red 236 ◦ green 63 ◦ blue 176

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

Shades of Persian Rose #EC3FB0

Tints of Persian Rose #EC3FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.05%

R = 49.68%
G = 13.26%
B = 37.05%

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

#EC3FB0 (or 0xEC3FB0) is known color: Persian Rose. HEX triplet: EC, 3F and B0. RGB value is (236,63,176). Sum of RGB (Red+Green+Blue) = 236+63+176=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3FB0 is #13C04F. Grayscale: #7F7F7F. Windows color (decimal): -1294416 or 11550700. OLE color: 11550700.

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

Color convert

RGB 236 63 176 -
CMYK 0 0.73 0.25 0.07
HSL 320.81º 0.82% 0.59% -
HSV(B) 320.81º 0.73% 0.93% -
XYZ 44.21 24.52 43.48 -
YUV 127.61 155.31 205.31 -
System Red Green Blue C M Y K H S L
Decimal 236 63 176 0 0.73 0.25 0.07 320.81 0.82 0.59
Hex EC 3F B0 0 49 19 7 141 52 3B
Octal 354 77 260 0 111 31 7 501 122 73
Binary 11101100 111111 10110000 0 1001001 11001 111 101000001 1010010 111011

Color Harmonies of #EC3FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3FB0

Black with #EC3FB0

Text Example


Text Example

White with #EC3FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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