Html Css Color HEX #E6259D Persian Rose

📋 copy color: '#E6259D'

red 230 ◦ green 37 ◦ blue 157

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

Shades of Persian Rose #E6259D

Tints of Persian Rose #E6259D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.73%

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

R = 54.25%
G = 8.73%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6259D (or 0xE6259D) is known color: Persian Rose. HEX triplet: E6, 25 and 9D. RGB value is (230,37,157). Sum of RGB (Red+Green+Blue) = 230+37+157=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E6259D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6259D is #19DA62. Grayscale: #6C6C6C. Windows color (decimal): -1694307 or 10298854. OLE color: 10298854.

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

Color convert

RGB 230 37 157 -
CMYK 0 0.84 0.32 0.10
HSL 322.69º 0.79% 0.52% -
HSV(B) 322.69º 0.84% 0.9% -
XYZ 39.38 20.58 33.8 -
YUV 108.39 155.44 214.74 -
System Red Green Blue C M Y K H S L
Decimal 230 37 157 0 0.84 0.32 0.10 322.69 0.79 0.52
Hex E6 25 9D 0 54 20 A 143 4F 34
Octal 346 45 235 0 124 40 12 503 117 64
Binary 11100110 100101 10011101 0 1010100 100000 1010 101000011 1001111 110100

Color Harmonies of #E6259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6259D

Black with #E6259D

Text Example


Text Example

White with #E6259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6259D; }

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

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

background-color css

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

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

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

border-color css

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

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

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