Html Css Color HEX #EB259F Persian Rose

📋 copy color: '#EB259F'

red 235 ◦ green 37 ◦ blue 159

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

Shades of Persian Rose #EB259F

Tints of Persian Rose #EB259F

RGB

 RED value IS 235 (92.19% from 255) = 54.52%

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

 BLUE value IS 159 (62.5% from 255) = 36.89%

R = 54.52%
G = 8.58%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB259F (or 0xEB259F) is known color: Persian Rose. HEX triplet: EB, 25 and 9F. RGB value is (235,37,159). Sum of RGB (Red+Green+Blue) = 235+37+159=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB259F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB259F is #14DA60. Grayscale: #6D6D6D. Windows color (decimal): -1366625 or 10429931. OLE color: 10429931.

HSL color Cylindrical-coordinate representation of color #EB259F: hue angle of 323.03º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB259F is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 37 159 -
CMYK 0 0.84 0.32 0.08
HSL 323.03º 0.83% 0.53% -
HSV(B) 323.03º 0.84% 0.92% -
XYZ 41.18 21.49 34.78 -
YUV 110.11 155.6 217.08 -
System Red Green Blue C M Y K H S L
Decimal 235 37 159 0 0.84 0.32 0.08 323.03 0.83 0.53
Hex EB 25 9F 0 54 20 8 143 53 35
Octal 353 45 237 0 124 40 10 503 123 65
Binary 11101011 100101 10011111 0 1010100 100000 1000 101000011 1010011 110101

Color Harmonies of #EB259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB259F

Black with #EB259F

Text Example


Text Example

White with #EB259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB259F; }

 p { color: rgb(235,37,159); }

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

background-color css

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

 a { background-color: rgb(235,37,159); }

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

border-color css

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

 span { border-color: rgb(235,37,159); }

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