Html Css Color HEX #EF259A Persian Rose

📋 copy color: '#EF259A'

red 239 ◦ green 37 ◦ blue 154

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

Shades of Persian Rose #EF259A

Tints of Persian Rose #EF259A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.81%

R = 55.58%
G = 8.6%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF259A (or 0xEF259A) is known color: Persian Rose. HEX triplet: EF, 25 and 9A. RGB value is (239,37,154). Sum of RGB (Red+Green+Blue) = 239+37+154=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF259A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF259A is #10DA65. Grayscale: #6E6E6E. Windows color (decimal): -1104486 or 10102255. OLE color: 10102255.

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

Color convert

RGB 239 37 154 -
CMYK 0 0.85 0.36 0.06
HSL 325.25º 0.86% 0.54% -
HSV(B) 325.25º 0.85% 0.94% -
XYZ 42.09 22.01 32.6 -
YUV 110.74 152.42 219.49 -
System Red Green Blue C M Y K H S L
Decimal 239 37 154 0 0.85 0.36 0.06 325.25 0.86 0.54
Hex EF 25 9A 0 55 24 6 145 56 36
Octal 357 45 232 0 125 44 6 505 126 66
Binary 11101111 100101 10011010 0 1010101 100100 110 101000101 1010110 110110

Color Harmonies of #EF259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF259A

Black with #EF259A

Text Example


Text Example

White with #EF259A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF259A; }

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

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

background-color css

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

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

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

border-color css

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

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

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