Html Css Color HEX #EF3CAC Persian Rose

📋 copy color: '#EF3CAC'

red 239 ◦ green 60 ◦ blue 172

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

Shades of Persian Rose #EF3CAC

Tints of Persian Rose #EF3CAC

RGB

 RED value IS 239 (93.75% from 255) = 50.74%

 GREEN value IS 60 (23.83% from 255) = 12.74%

 BLUE value IS 172 (67.58% from 255) = 36.52%

R = 50.74%
G = 12.74%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF3CAC (or 0xEF3CAC) is known color: Persian Rose. HEX triplet: EF, 3C and AC. RGB value is (239,60,172). Sum of RGB (Red+Green+Blue) = 239+60+172=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3CAC is #10C353. Grayscale: #7E7E7E. Windows color (decimal): -1098580 or 11287791. OLE color: 11287791.

HSL color Cylindrical-coordinate representation of color #EF3CAC: hue angle of 322.46º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3CAC is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 60 172 -
CMYK 0 0.75 0.28 0.06
HSL 322.46º 0.85% 0.59% -
HSV(B) 322.46º 0.75% 0.94% -
XYZ 44.66 24.56 41.42 -
YUV 126.29 153.8 208.39 -
System Red Green Blue C M Y K H S L
Decimal 239 60 172 0 0.75 0.28 0.06 322.46 0.85 0.59
Hex EF 3C AC 0 4B 1C 6 142 55 3B
Octal 357 74 254 0 113 34 6 502 125 73
Binary 11101111 111100 10101100 0 1001011 11100 110 101000010 1010101 111011

Color Harmonies of #EF3CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3CAC

Black with #EF3CAC

Text Example


Text Example

White with #EF3CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3CAC; }

 p { color: rgb(239,60,172); }

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

background-color css

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

 a { background-color: rgb(239,60,172); }

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

border-color css

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

 span { border-color: rgb(239,60,172); }

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