Html Css Color HEX #EB259B Persian Rose

📋 copy color: '#EB259B'

red 235 ◦ green 37 ◦ blue 155

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

Shades of Persian Rose #EB259B

Tints of Persian Rose #EB259B

RGB

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

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

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

R = 55.04%
G = 8.67%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB259B (or 0xEB259B) is known color: Persian Rose. HEX triplet: EB, 25 and 9B. RGB value is (235,37,155). Sum of RGB (Red+Green+Blue) = 235+37+155=427 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.04% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 235 - color contains mainly: red. Hex color #EB259B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB259B is #14DA64. Grayscale: #6D6D6D. Windows color (decimal): -1366629 or 10167787. OLE color: 10167787.

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

Color convert

RGB 235 37 155 -
CMYK 0 0.84 0.34 0.08
HSL 324.24º 0.83% 0.53% -
HSV(B) 324.24º 0.84% 0.92% -
XYZ 40.84 21.35 32.98 -
YUV 109.65 153.6 217.41 -
System Red Green Blue C M Y K H S L
Decimal 235 37 155 0 0.84 0.34 0.08 324.24 0.83 0.53
Hex EB 25 9B 0 54 22 8 144 53 35
Octal 353 45 233 0 124 42 10 504 123 65
Binary 11101011 100101 10011011 0 1010100 100010 1000 101000100 1010011 110101

Color Harmonies of #EB259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB259B

Black with #EB259B

Text Example


Text Example

White with #EB259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB259B; }

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

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

background-color css

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

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

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

border-color css

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

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

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