Html Css Color HEX #E61C9D Persian Rose

📋 copy color: '#E61C9D'

red 230 ◦ green 28 ◦ blue 157

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

Shades of Persian Rose #E61C9D

Tints of Persian Rose #E61C9D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.75%

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

R = 55.42%
G = 6.75%
B = 37.83%

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

#E61C9D (or 0xE61C9D) is known color: Persian Rose. HEX triplet: E6, 1C and 9D. RGB value is (230,28,157). Sum of RGB (Red+Green+Blue) = 230+28+157=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61C9D is #19E362. Grayscale: #666666. Windows color (decimal): -1696611 or 10296550. OLE color: 10296550.

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

Color convert

RGB 230 28 157 -
CMYK 0 0.88 0.32 0.10
HSL 321.68º 0.8% 0.51% -
HSV(B) 321.68º 0.88% 0.9% -
XYZ 39.13 20.09 33.71 -
YUV 103.1 158.42 218.51 -
System Red Green Blue C M Y K H S L
Decimal 230 28 157 0 0.88 0.32 0.10 321.68 0.8 0.51
Hex E6 1C 9D 0 58 20 A 142 50 33
Octal 346 34 235 0 130 40 12 502 120 63
Binary 11100110 11100 10011101 0 1011000 100000 1010 101000010 1010000 110011

Color Harmonies of #E61C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61C9D

Black with #E61C9D

Text Example


Text Example

White with #E61C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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