Html Css Color HEX #E61C9C Persian Rose

📋 copy color: '#E61C9C'

red 230 ◦ green 28 ◦ blue 156

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

Shades of Persian Rose #E61C9C

Tints of Persian Rose #E61C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.68%

R = 55.56%
G = 6.76%
B = 37.68%

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

#E61C9C (or 0xE61C9C) is known color: Persian Rose. HEX triplet: E6, 1C and 9C. RGB value is (230,28,156). Sum of RGB (Red+Green+Blue) = 230+28+156=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61C9C is #19E363. Grayscale: #666666. Windows color (decimal): -1696612 or 10231014. OLE color: 10231014.

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

Color convert

RGB 230 28 156 -
CMYK 0 0.88 0.32 0.10
HSL 321.98º 0.8% 0.51% -
HSV(B) 321.98º 0.88% 0.9% -
XYZ 39.05 20.05 33.27 -
YUV 102.99 157.92 218.59 -
System Red Green Blue C M Y K H S L
Decimal 230 28 156 0 0.88 0.32 0.10 321.98 0.8 0.51
Hex E6 1C 9C 0 58 20 A 142 50 33
Octal 346 34 234 0 130 40 12 502 120 63
Binary 11100110 11100 10011100 0 1011000 100000 1010 101000010 1010000 110011

Color Harmonies of #E61C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61C9C

Black with #E61C9C

Text Example


Text Example

White with #E61C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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