Html Css Color HEX #EB279E Persian Rose

📋 copy color: '#EB279E'

red 235 ◦ green 39 ◦ blue 158

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

Shades of Persian Rose #EB279E

Tints of Persian Rose #EB279E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.03%

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

R = 54.4%
G = 9.03%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB279E (or 0xEB279E) is known color: Persian Rose. HEX triplet: EB, 27 and 9E. RGB value is (235,39,158). Sum of RGB (Red+Green+Blue) = 235+39+158=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 39 (15.62% from 255 or 9.03% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB279E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB279E is #14D861. Grayscale: #6E6E6E. Windows color (decimal): -1366114 or 10364907. OLE color: 10364907.

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

Color convert

RGB 235 39 158 -
CMYK 0 0.83 0.33 0.08
HSL 323.57º 0.83% 0.54% -
HSV(B) 323.57º 0.83% 0.92% -
XYZ 41.16 21.58 34.34 -
YUV 111.17 154.43 216.32 -
System Red Green Blue C M Y K H S L
Decimal 235 39 158 0 0.83 0.33 0.08 323.57 0.83 0.54
Hex EB 27 9E 0 53 21 8 144 53 36
Octal 353 47 236 0 123 41 10 504 123 66
Binary 11101011 100111 10011110 0 1010011 100001 1000 101000100 1010011 110110

Color Harmonies of #EB279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB279E

Black with #EB279E

Text Example


Text Example

White with #EB279E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB279E; }

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

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

background-color css

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

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

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

border-color css

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

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

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