Html Css Color HEX #EA269C Persian Rose

📋 copy color: '#EA269C'

red 234 ◦ green 38 ◦ blue 156

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

Shades of Persian Rose #EA269C

Tints of Persian Rose #EA269C

RGB

 RED value IS 234 (91.8% from 255) = 54.67%

 GREEN value IS 38 (15.23% from 255) = 8.88%

 BLUE value IS 156 (61.33% from 255) = 36.45%

R = 54.67%
G = 8.88%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA269C (or 0xEA269C) is known color: Persian Rose. HEX triplet: EA, 26 and 9C. RGB value is (234,38,156). Sum of RGB (Red+Green+Blue) = 234+38+156=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA269C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA269C is #15D963. Grayscale: #6D6D6D. Windows color (decimal): -1431908 or 10233578. OLE color: 10233578.

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

Color convert

RGB 234 38 156 -
CMYK 0 0.84 0.33 0.08
HSL 323.88º 0.82% 0.53% -
HSV(B) 323.88º 0.84% 0.92% -
XYZ 40.63 21.28 33.42 -
YUV 110.06 153.93 216.41 -
System Red Green Blue C M Y K H S L
Decimal 234 38 156 0 0.84 0.33 0.08 323.88 0.82 0.53
Hex EA 26 9C 0 54 21 8 144 52 35
Octal 352 46 234 0 124 41 10 504 122 65
Binary 11101010 100110 10011100 0 1010100 100001 1000 101000100 1010010 110101

Color Harmonies of #EA269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA269C

Black with #EA269C

Text Example


Text Example

White with #EA269C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA269C; }

 p { color: rgb(234,38,156); }

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

background-color css

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

 a { background-color: rgb(234,38,156); }

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

border-color css

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

 span { border-color: rgb(234,38,156); }

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