Html Css Color HEX #EE259B Persian Rose

📋 copy color: '#EE259B'

red 238 ◦ green 37 ◦ blue 155

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

Shades of Persian Rose #EE259B

Tints of Persian Rose #EE259B

RGB

 RED value IS 238 (93.36% from 255) = 55.35%

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

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

R = 55.35%
G = 8.6%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EE259B (or 0xEE259B) is known color: Persian Rose. HEX triplet: EE, 25 and 9B. RGB value is (238,37,155). Sum of RGB (Red+Green+Blue) = 238+37+155=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE259B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE259B is #11DA64. Grayscale: #6E6E6E. Windows color (decimal): -1170021 or 10167790. OLE color: 10167790.

HSL color Cylindrical-coordinate representation of color #EE259B: hue angle of 324.78º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE259B is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 37 155 -
CMYK 0 0.84 0.35 0.07
HSL 324.78º 0.86% 0.54% -
HSV(B) 324.78º 0.84% 0.93% -
XYZ 41.84 21.87 33.03 -
YUV 110.55 153.09 218.91 -
System Red Green Blue C M Y K H S L
Decimal 238 37 155 0 0.84 0.35 0.07 324.78 0.86 0.54
Hex EE 25 9B 0 54 23 7 145 56 36
Octal 356 45 233 0 124 43 7 505 126 66
Binary 11101110 100101 10011011 0 1010100 100011 111 101000101 1010110 110110

Color Harmonies of #EE259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE259B

Black with #EE259B

Text Example


Text Example

White with #EE259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE259B; }

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

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

background-color css

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

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

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

border-color css

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

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

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