Html Css Color HEX #EB259E Persian Rose

📋 copy color: '#EB259E'

red 235 ◦ green 37 ◦ blue 158

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

Shades of Persian Rose #EB259E

Tints of Persian Rose #EB259E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.74%

R = 54.65%
G = 8.6%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB259E (or 0xEB259E) is known color: Persian Rose. HEX triplet: EB, 25 and 9E. RGB value is (235,37,158). Sum of RGB (Red+Green+Blue) = 235+37+158=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB259E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB259E is #14DA61. Grayscale: #6D6D6D. Windows color (decimal): -1366626 or 10364395. OLE color: 10364395.

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

Color convert

RGB 235 37 158 -
CMYK 0 0.84 0.33 0.08
HSL 323.33º 0.83% 0.53% -
HSV(B) 323.33º 0.84% 0.92% -
XYZ 41.09 21.45 34.32 -
YUV 110 155.1 217.16 -
System Red Green Blue C M Y K H S L
Decimal 235 37 158 0 0.84 0.33 0.08 323.33 0.83 0.53
Hex EB 25 9E 0 54 21 8 143 53 35
Octal 353 45 236 0 124 41 10 503 123 65
Binary 11101011 100101 10011110 0 1010100 100001 1000 101000011 1010011 110101

Color Harmonies of #EB259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB259E

Black with #EB259E

Text Example


Text Example

White with #EB259E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB259E; }

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

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

background-color css

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

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

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

border-color css

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

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

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