Html Css Color HEX #EF3FAE Persian Rose

📋 copy color: '#EF3FAE'

red 239 ◦ green 63 ◦ blue 174

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

Shades of Persian Rose #EF3FAE

Tints of Persian Rose #EF3FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.55%

R = 50.21%
G = 13.24%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF3FAE (or 0xEF3FAE) is known color: Persian Rose. HEX triplet: EF, 3F and AE. RGB value is (239,63,174). Sum of RGB (Red+Green+Blue) = 239+63+174=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3FAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3FAE is #10C051. Grayscale: #808080. Windows color (decimal): -1097810 or 11419631. OLE color: 11419631.

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

Color convert

RGB 239 63 174 -
CMYK 0 0.74 0.27 0.06
HSL 322.16º 0.85% 0.59% -
HSV(B) 322.16º 0.74% 0.94% -
XYZ 45.01 24.96 42.49 -
YUV 128.28 153.81 206.97 -
System Red Green Blue C M Y K H S L
Decimal 239 63 174 0 0.74 0.27 0.06 322.16 0.85 0.59
Hex EF 3F AE 0 4A 1B 6 142 55 3B
Octal 357 77 256 0 112 33 6 502 125 73
Binary 11101111 111111 10101110 0 1001010 11011 110 101000010 1010101 111011

Color Harmonies of #EF3FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3FAE

Black with #EF3FAE

Text Example


Text Example

White with #EF3FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3FAE; }

 p { color: rgb(239,63,174); }

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

background-color css

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

 a { background-color: rgb(239,63,174); }

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

border-color css

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

 span { border-color: rgb(239,63,174); }

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