Html Css Color HEX #E6299B Persian Rose

📋 copy color: '#E6299B'

red 230 ◦ green 41 ◦ blue 155

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

Shades of Persian Rose #E6299B

Tints of Persian Rose #E6299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.62%

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

R = 53.99%
G = 9.62%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6299B (or 0xE6299B) is known color: Persian Rose. HEX triplet: E6, 29 and 9B. RGB value is (230,41,155). Sum of RGB (Red+Green+Blue) = 230+41+155=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E6299B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6299B is #19D664. Grayscale: #6E6E6E. Windows color (decimal): -1693285 or 10168806. OLE color: 10168806.

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

Color convert

RGB 230 41 155 -
CMYK 0 0.82 0.33 0.10
HSL 323.81º 0.79% 0.53% -
HSV(B) 323.81º 0.82% 0.9% -
XYZ 39.34 20.78 32.95 -
YUV 110.51 153.12 213.23 -
System Red Green Blue C M Y K H S L
Decimal 230 41 155 0 0.82 0.33 0.10 323.81 0.79 0.53
Hex E6 29 9B 0 52 21 A 144 4F 35
Octal 346 51 233 0 122 41 12 504 117 65
Binary 11100110 101001 10011011 0 1010010 100001 1010 101000100 1001111 110101

Color Harmonies of #E6299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6299B

Black with #E6299B

Text Example


Text Example

White with #E6299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6299B; }

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

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

background-color css

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

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

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

border-color css

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

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

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