Html Css Color HEX #E61B9D Persian Rose

📋 copy color: '#E61B9D'

red 230 ◦ green 27 ◦ blue 157

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

Shades of Persian Rose #E61B9D

Tints of Persian Rose #E61B9D

RGB

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

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

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

R = 55.56%
G = 6.52%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E61B9D (or 0xE61B9D) is known color: Persian Rose. HEX triplet: E6, 1B and 9D. RGB value is (230,27,157). Sum of RGB (Red+Green+Blue) = 230+27+157=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 27 (10.94% from 255 or 6.52% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E61B9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61B9D is #19E462. Grayscale: #666666. Windows color (decimal): -1696867 or 10296294. OLE color: 10296294.

HSL color Cylindrical-coordinate representation of color #E61B9D: hue angle of 321.58º 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 #E61B9D is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 27 157 -
CMYK 0 0.88 0.32 0.10
HSL 321.58º 0.8% 0.5% -
HSV(B) 321.58º 0.88% 0.9% -
XYZ 39.11 20.04 33.71 -
YUV 102.52 158.75 218.93 -
System Red Green Blue C M Y K H S L
Decimal 230 27 157 0 0.88 0.32 0.10 321.58 0.8 0.5
Hex E6 1B 9D 0 58 20 A 142 50 32
Octal 346 33 235 0 130 40 12 502 120 62
Binary 11100110 11011 10011101 0 1011000 100000 1010 101000010 1010000 110010

Color Harmonies of #E61B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61B9D

Black with #E61B9D

Text Example


Text Example

White with #E61B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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