Html Css Color HEX #E6219B Persian Rose

📋 copy color: '#E6219B'

red 230 ◦ green 33 ◦ blue 155

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

Shades of Persian Rose #E6219B

Tints of Persian Rose #E6219B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.89%

 BLUE value IS 155 (60.94% from 255) = 37.08%

R = 55.02%
G = 7.89%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6219B (or 0xE6219B) is known color: Persian Rose. HEX triplet: E6, 21 and 9B. RGB value is (230,33,155). Sum of RGB (Red+Green+Blue) = 230+33+155=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E6219B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6219B is #19DE64. Grayscale: #696969. Windows color (decimal): -1695333 or 10166758. OLE color: 10166758.

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

Color convert

RGB 230 33 155 -
CMYK 0 0.86 0.33 0.10
HSL 322.84º 0.8% 0.52% -
HSV(B) 322.84º 0.86% 0.9% -
XYZ 39.09 20.28 32.86 -
YUV 105.81 155.77 216.58 -
System Red Green Blue C M Y K H S L
Decimal 230 33 155 0 0.86 0.33 0.10 322.84 0.8 0.52
Hex E6 21 9B 0 56 21 A 143 50 34
Octal 346 41 233 0 126 41 12 503 120 64
Binary 11100110 100001 10011011 0 1010110 100001 1010 101000011 1010000 110100

Color Harmonies of #E6219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6219B

Black with #E6219B

Text Example


Text Example

White with #E6219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6219B; }

 p { color: rgb(230,33,155); }

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

background-color css

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

 a { background-color: rgb(230,33,155); }

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

border-color css

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

 span { border-color: rgb(230,33,155); }

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