Html Css Color HEX #EF269D Persian Rose

📋 copy color: '#EF269D'

red 239 ◦ green 38 ◦ blue 157

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

Shades of Persian Rose #EF269D

Tints of Persian Rose #EF269D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.18%

R = 55.07%
G = 8.76%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF269D (or 0xEF269D) is known color: Persian Rose. HEX triplet: EF, 26 and 9D. RGB value is (239,38,157). Sum of RGB (Red+Green+Blue) = 239+38+157=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF269D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF269D is #10D962. Grayscale: #6F6F6F. Windows color (decimal): -1104227 or 10299119. OLE color: 10299119.

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

Color convert

RGB 239 38 157 -
CMYK 0 0.84 0.34 0.06
HSL 324.48º 0.86% 0.54% -
HSV(B) 324.48º 0.84% 0.94% -
XYZ 42.38 22.17 33.94 -
YUV 111.67 153.59 218.82 -
System Red Green Blue C M Y K H S L
Decimal 239 38 157 0 0.84 0.34 0.06 324.48 0.86 0.54
Hex EF 26 9D 0 54 22 6 144 56 36
Octal 357 46 235 0 124 42 6 504 126 66
Binary 11101111 100110 10011101 0 1010100 100010 110 101000100 1010110 110110

Color Harmonies of #EF269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF269D

Black with #EF269D

Text Example


Text Example

White with #EF269D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF269D; }

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

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

background-color css

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

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

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

border-color css

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

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

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