Html Css Color HEX #EC38AF Persian Rose

📋 copy color: '#EC38AF'

red 236 ◦ green 56 ◦ blue 175

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

Shades of Persian Rose #EC38AF

Tints of Persian Rose #EC38AF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.99%

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

R = 50.54%
G = 11.99%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC38AF (or 0xEC38AF) is known color: Persian Rose. HEX triplet: EC, 38 and AF. RGB value is (236,56,175). Sum of RGB (Red+Green+Blue) = 236+56+175=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC38AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC38AF is #13C750. Grayscale: #7B7B7B. Windows color (decimal): -1296209 or 11483372. OLE color: 11483372.

HSL color Cylindrical-coordinate representation of color #EC38AF: hue angle of 320.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC38AF is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 56 175 -
CMYK 0 0.76 0.26 0.07
HSL 320.33º 0.83% 0.57% -
HSV(B) 320.33º 0.76% 0.93% -
XYZ 43.74 23.76 42.84 -
YUV 123.39 157.13 208.32 -
System Red Green Blue C M Y K H S L
Decimal 236 56 175 0 0.76 0.26 0.07 320.33 0.83 0.57
Hex EC 38 AF 0 4C 1A 7 140 53 39
Octal 354 70 257 0 114 32 7 500 123 71
Binary 11101100 111000 10101111 0 1001100 11010 111 101000000 1010011 111001

Color Harmonies of #EC38AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC38AF

Black with #EC38AF

Text Example


Text Example

White with #EC38AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC38AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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