Html Css Color HEX #EF259B Persian Rose

📋 copy color: '#EF259B'

red 239 ◦ green 37 ◦ blue 155

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

Shades of Persian Rose #EF259B

Tints of Persian Rose #EF259B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.58%

 BLUE value IS 155 (60.94% from 255) = 35.96%

R = 55.45%
G = 8.58%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF259B (or 0xEF259B) is known color: Persian Rose. HEX triplet: EF, 25 and 9B. RGB value is (239,37,155). Sum of RGB (Red+Green+Blue) = 239+37+155=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF259B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF259B is #10DA64. Grayscale: #6E6E6E. Windows color (decimal): -1104485 or 10167791. OLE color: 10167791.

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

Color convert

RGB 239 37 155 -
CMYK 0 0.85 0.35 0.06
HSL 324.95º 0.86% 0.54% -
HSV(B) 324.95º 0.85% 0.94% -
XYZ 42.17 22.04 33.04 -
YUV 110.85 152.92 219.41 -
System Red Green Blue C M Y K H S L
Decimal 239 37 155 0 0.85 0.35 0.06 324.95 0.86 0.54
Hex EF 25 9B 0 55 23 6 145 56 36
Octal 357 45 233 0 125 43 6 505 126 66
Binary 11101111 100101 10011011 0 1010101 100011 110 101000101 1010110 110110

Color Harmonies of #EF259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF259B

Black with #EF259B

Text Example


Text Example

White with #EF259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF259B; }

 p { color: rgb(239,37,155); }

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

background-color css

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

 a { background-color: rgb(239,37,155); }

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

border-color css

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

 span { border-color: rgb(239,37,155); }

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