Html Css Color HEX #E61B9E Persian Rose

📋 copy color: '#E61B9E'

red 230 ◦ green 27 ◦ blue 158

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

Shades of Persian Rose #E61B9E

Tints of Persian Rose #E61B9E

RGB

 RED value IS 230 (90.23% from 255) = 55.42%

 GREEN value IS 27 (10.94% from 255) = 6.51%

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

R = 55.42%
G = 6.51%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E61B9E (or 0xE61B9E) is known color: Persian Rose. HEX triplet: E6, 1B and 9E. RGB value is (230,27,158). Sum of RGB (Red+Green+Blue) = 230+27+158=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E61B9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61B9E is #19E461. Grayscale: #666666. Windows color (decimal): -1696866 or 10361830. OLE color: 10361830.

HSL color Cylindrical-coordinate representation of color #E61B9E: hue angle of 321.28º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61B9E is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 27 158 -
CMYK 0 0.88 0.31 0.10
HSL 321.28º 0.8% 0.5% -
HSV(B) 321.28º 0.88% 0.9% -
XYZ 39.2 20.08 34.16 -
YUV 102.63 159.25 218.85 -
System Red Green Blue C M Y K H S L
Decimal 230 27 158 0 0.88 0.31 0.10 321.28 0.8 0.5
Hex E6 1B 9E 0 58 1F A 141 50 32
Octal 346 33 236 0 130 37 12 501 120 62
Binary 11100110 11011 10011110 0 1011000 11111 1010 101000001 1010000 110010

Color Harmonies of #E61B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61B9E

Black with #E61B9E

Text Example


Text Example

White with #E61B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61B9E; }

 p { color: rgb(230,27,158); }

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

background-color css

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

 a { background-color: rgb(230,27,158); }

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

border-color css

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

 span { border-color: rgb(230,27,158); }

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