Html Css Color HEX #EB259D Persian Rose

📋 copy color: '#EB259D'

red 235 ◦ green 37 ◦ blue 157

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

Shades of Persian Rose #EB259D

Tints of Persian Rose #EB259D

RGB

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

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

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

R = 54.78%
G = 8.62%
B = 36.6%

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

#EB259D (or 0xEB259D) is known color: Persian Rose. HEX triplet: EB, 25 and 9D. RGB value is (235,37,157). Sum of RGB (Red+Green+Blue) = 235+37+157=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB259D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB259D is #14DA62. Grayscale: #6D6D6D. Windows color (decimal): -1366627 or 10298859. OLE color: 10298859.

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

Color convert

RGB 235 37 157 -
CMYK 0 0.84 0.33 0.08
HSL 323.64º 0.83% 0.53% -
HSV(B) 323.64º 0.84% 0.92% -
XYZ 41.01 21.42 33.87 -
YUV 109.88 154.6 217.24 -
System Red Green Blue C M Y K H S L
Decimal 235 37 157 0 0.84 0.33 0.08 323.64 0.83 0.53
Hex EB 25 9D 0 54 21 8 144 53 35
Octal 353 45 235 0 124 41 10 504 123 65
Binary 11101011 100101 10011101 0 1010100 100001 1000 101000100 1010011 110101

Color Harmonies of #EB259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB259D

Black with #EB259D

Text Example


Text Example

White with #EB259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB259D; }

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

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

background-color css

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

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

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

border-color css

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

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

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