Html Css Color HEX #E6229C Persian Rose

📋 copy color: '#E6229C'

red 230 ◦ green 34 ◦ blue 156

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

Shades of Persian Rose #E6229C

Tints of Persian Rose #E6229C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.1%

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

R = 54.76%
G = 8.1%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6229C (or 0xE6229C) is known color: Persian Rose. HEX triplet: E6, 22 and 9C. RGB value is (230,34,156). Sum of RGB (Red+Green+Blue) = 230+34+156=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 34 (13.67% from 255 or 8.10% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E6229C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6229C is #19DD63. Grayscale: #6A6A6A. Windows color (decimal): -1695076 or 10232550. OLE color: 10232550.

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

Color convert

RGB 230 34 156 -
CMYK 0 0.85 0.32 0.10
HSL 322.65º 0.8% 0.52% -
HSV(B) 322.65º 0.85% 0.9% -
XYZ 39.21 20.37 33.32 -
YUV 106.51 155.93 216.08 -
System Red Green Blue C M Y K H S L
Decimal 230 34 156 0 0.85 0.32 0.10 322.65 0.8 0.52
Hex E6 22 9C 0 55 20 A 143 50 34
Octal 346 42 234 0 125 40 12 503 120 64
Binary 11100110 100010 10011100 0 1010101 100000 1010 101000011 1010000 110100

Color Harmonies of #E6229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6229C

Black with #E6229C

Text Example


Text Example

White with #E6229C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6229C; }

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

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

background-color css

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

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

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

border-color css

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

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

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