Html Css Color HEX #E6239B Persian Rose

📋 copy color: '#E6239B'

red 230 ◦ green 35 ◦ blue 155

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

Shades of Persian Rose #E6239B

Tints of Persian Rose #E6239B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.33%

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

R = 54.76%
G = 8.33%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6239B (or 0xE6239B) is known color: Persian Rose. HEX triplet: E6, 23 and 9B. RGB value is (230,35,155). Sum of RGB (Red+Green+Blue) = 230+35+155=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 35 (14.06% from 255 or 8.33% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E6239B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6239B is #19DC64. Grayscale: #6A6A6A. Windows color (decimal): -1694821 or 10167270. OLE color: 10167270.

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

Color convert

RGB 230 35 155 -
CMYK 0 0.85 0.33 0.10
HSL 323.08º 0.8% 0.52% -
HSV(B) 323.08º 0.85% 0.9% -
XYZ 39.15 20.39 32.88 -
YUV 106.99 155.1 215.74 -
System Red Green Blue C M Y K H S L
Decimal 230 35 155 0 0.85 0.33 0.10 323.08 0.8 0.52
Hex E6 23 9B 0 55 21 A 143 50 34
Octal 346 43 233 0 125 41 12 503 120 64
Binary 11100110 100011 10011011 0 1010101 100001 1010 101000011 1010000 110100

Color Harmonies of #E6239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6239B

Black with #E6239B

Text Example


Text Example

White with #E6239B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6239B; }

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

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

background-color css

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

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

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

border-color css

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

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

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