Html Css Color HEX #EF3DAC Persian Rose

📋 copy color: '#EF3DAC'

red 239 ◦ green 61 ◦ blue 172

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

Shades of Persian Rose #EF3DAC

Tints of Persian Rose #EF3DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.92%

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

R = 50.64%
G = 12.92%
B = 36.44%

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

#EF3DAC (or 0xEF3DAC) is known color: Persian Rose. HEX triplet: EF, 3D and AC. RGB value is (239,61,172). Sum of RGB (Red+Green+Blue) = 239+61+172=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3DAC is #10C253. Grayscale: #7E7E7E. Windows color (decimal): -1098324 or 11288047. OLE color: 11288047.

HSL color Cylindrical-coordinate representation of color #EF3DAC: hue angle of 322.58º 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 #EF3DAC is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 61 172 -
CMYK 0 0.74 0.28 0.06
HSL 322.58º 0.85% 0.59% -
HSV(B) 322.58º 0.74% 0.94% -
XYZ 44.71 24.67 41.43 -
YUV 126.88 153.47 207.97 -
System Red Green Blue C M Y K H S L
Decimal 239 61 172 0 0.74 0.28 0.06 322.58 0.85 0.59
Hex EF 3D AC 0 4A 1C 6 143 55 3B
Octal 357 75 254 0 112 34 6 503 125 73
Binary 11101111 111101 10101100 0 1001010 11100 110 101000011 1010101 111011

Color Harmonies of #EF3DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3DAC

Black with #EF3DAC

Text Example


Text Example

White with #EF3DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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