Html Css Color HEX #EF26AA Persian Rose

📋 copy color: '#EF26AA'

red 239 ◦ green 38 ◦ blue 170

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

Shades of Persian Rose #EF26AA

Tints of Persian Rose #EF26AA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.5%

 BLUE value IS 170 (66.8% from 255) = 38.03%

R = 53.47%
G = 8.5%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF26AA (or 0xEF26AA) is known color: Persian Rose. HEX triplet: EF, 26 and AA. RGB value is (239,38,170). Sum of RGB (Red+Green+Blue) = 239+38+170=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 38 (15.23% from 255 or 8.50% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF26AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF26AA is #10D955. Grayscale: #707070. Windows color (decimal): -1104214 or 11151087. OLE color: 11151087.

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

Color convert

RGB 239 38 170 -
CMYK 0 0.84 0.29 0.06
HSL 320.6º 0.86% 0.54% -
HSV(B) 320.6º 0.84% 0.94% -
XYZ 43.55 22.64 40.1 -
YUV 113.15 160.09 217.77 -
System Red Green Blue C M Y K H S L
Decimal 239 38 170 0 0.84 0.29 0.06 320.6 0.86 0.54
Hex EF 26 AA 0 54 1D 6 141 56 36
Octal 357 46 252 0 124 35 6 501 126 66
Binary 11101111 100110 10101010 0 1010100 11101 110 101000001 1010110 110110

Color Harmonies of #EF26AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF26AA

Black with #EF26AA

Text Example


Text Example

White with #EF26AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF26AA; }

 p { color: rgb(239,38,170); }

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

background-color css

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

 a { background-color: rgb(239,38,170); }

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

border-color css

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

 span { border-color: rgb(239,38,170); }

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