Html Css Color HEX #E6229D Persian Rose

📋 copy color: '#E6229D'

red 230 ◦ green 34 ◦ blue 157

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

Shades of Persian Rose #E6229D

Tints of Persian Rose #E6229D

RGB

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

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

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

R = 54.63%
G = 8.08%
B = 37.29%

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

#E6229D (or 0xE6229D) is known color: Persian Rose. HEX triplet: E6, 22 and 9D. RGB value is (230,34,157). Sum of RGB (Red+Green+Blue) = 230+34+157=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E6229D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6229D is #19DD62. Grayscale: #6A6A6A. Windows color (decimal): -1695075 or 10298086. OLE color: 10298086.

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

Color convert

RGB 230 34 157 -
CMYK 0 0.85 0.32 0.10
HSL 322.35º 0.8% 0.52% -
HSV(B) 322.35º 0.85% 0.9% -
XYZ 39.29 20.4 33.77 -
YUV 106.63 156.43 216 -
System Red Green Blue C M Y K H S L
Decimal 230 34 157 0 0.85 0.32 0.10 322.35 0.8 0.52
Hex E6 22 9D 0 55 20 A 142 50 34
Octal 346 42 235 0 125 40 12 502 120 64
Binary 11100110 100010 10011101 0 1010101 100000 1010 101000010 1010000 110100

Color Harmonies of #E6229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6229D

Black with #E6229D

Text Example


Text Example

White with #E6229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6229D; }

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

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

background-color css

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

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

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

border-color css

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

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

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