Html Css Color HEX #EF29AD Persian Rose

📋 copy color: '#EF29AD'

red 239 ◦ green 41 ◦ blue 173

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

Shades of Persian Rose #EF29AD

Tints of Persian Rose #EF29AD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.05%

 BLUE value IS 173 (67.97% from 255) = 38.19%

R = 52.76%
G = 9.05%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF29AD (or 0xEF29AD) is known color: Persian Rose. HEX triplet: EF, 29 and AD. RGB value is (239,41,173). Sum of RGB (Red+Green+Blue) = 239+41+173=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF29AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF29AD is #10D652. Grayscale: #727272. Windows color (decimal): -1103443 or 11348463. OLE color: 11348463.

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

Color convert

RGB 239 41 173 -
CMYK 0 0.83 0.28 0.06
HSL 320º 0.86% 0.55% -
HSV(B) 320º 0.83% 0.94% -
XYZ 43.93 22.95 41.65 -
YUV 115.25 160.6 216.27 -
System Red Green Blue C M Y K H S L
Decimal 239 41 173 0 0.83 0.28 0.06 320 0.86 0.55
Hex EF 29 AD 0 53 1C 6 140 56 37
Octal 357 51 255 0 123 34 6 500 126 67
Binary 11101111 101001 10101101 0 1010011 11100 110 101000000 1010110 110111

Color Harmonies of #EF29AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF29AD

Black with #EF29AD

Text Example


Text Example

White with #EF29AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF29AD; }

 p { color: rgb(239,41,173); }

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

background-color css

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

 a { background-color: rgb(239,41,173); }

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

border-color css

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

 span { border-color: rgb(239,41,173); }

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