Html Css Color HEX #EB269A Persian Rose

📋 copy color: '#EB269A'

red 235 ◦ green 38 ◦ blue 154

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

Shades of Persian Rose #EB269A

Tints of Persian Rose #EB269A

RGB

 RED value IS 235 (92.19% from 255) = 55.04%

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

 BLUE value IS 154 (60.55% from 255) = 36.07%

R = 55.04%
G = 8.9%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB269A (or 0xEB269A) is known color: Persian Rose. HEX triplet: EB, 26 and 9A. RGB value is (235,38,154). Sum of RGB (Red+Green+Blue) = 235+38+154=427 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.04% from 427); Green value is 38 (15.23% from 255 or 8.90% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 235 - color contains mainly: red. Hex color #EB269A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB269A is #14D965. Grayscale: #6D6D6D. Windows color (decimal): -1366374 or 10102507. OLE color: 10102507.

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

Color convert

RGB 235 38 154 -
CMYK 0 0.84 0.34 0.08
HSL 324.67º 0.83% 0.54% -
HSV(B) 324.67º 0.84% 0.92% -
XYZ 40.79 21.38 32.55 -
YUV 110.13 152.77 217.07 -
System Red Green Blue C M Y K H S L
Decimal 235 38 154 0 0.84 0.34 0.08 324.67 0.83 0.54
Hex EB 26 9A 0 54 22 8 145 53 36
Octal 353 46 232 0 124 42 10 505 123 66
Binary 11101011 100110 10011010 0 1010100 100010 1000 101000101 1010011 110110

Color Harmonies of #EB269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB269A

Black with #EB269A

Text Example


Text Example

White with #EB269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB269A; }

 p { color: rgb(235,38,154); }

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

background-color css

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

 a { background-color: rgb(235,38,154); }

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

border-color css

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

 span { border-color: rgb(235,38,154); }

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