Html Css Color HEX #EF3EAC Persian Rose

📋 copy color: '#EF3EAC'

red 239 ◦ green 62 ◦ blue 172

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

Shades of Persian Rose #EF3EAC

Tints of Persian Rose #EF3EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.11%

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

R = 50.53%
G = 13.11%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF3EAC (or 0xEF3EAC) is known color: Persian Rose. HEX triplet: EF, 3E and AC. RGB value is (239,62,172). Sum of RGB (Red+Green+Blue) = 239+62+172=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 62 (24.61% from 255 or 13.11% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3EAC is #10C153. Grayscale: #7F7F7F. Windows color (decimal): -1098068 or 11288303. OLE color: 11288303.

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

Color convert

RGB 239 62 172 -
CMYK 0 0.74 0.28 0.06
HSL 322.71º 0.85% 0.59% -
HSV(B) 322.71º 0.74% 0.94% -
XYZ 44.77 24.77 41.45 -
YUV 127.46 153.14 207.56 -
System Red Green Blue C M Y K H S L
Decimal 239 62 172 0 0.74 0.28 0.06 322.71 0.85 0.59
Hex EF 3E AC 0 4A 1C 6 143 55 3B
Octal 357 76 254 0 112 34 6 503 125 73
Binary 11101111 111110 10101100 0 1001010 11100 110 101000011 1010101 111011

Color Harmonies of #EF3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3EAC

Black with #EF3EAC

Text Example


Text Example

White with #EF3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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