Html Css Color HEX #EB269B Persian Rose

📋 copy color: '#EB269B'

red 235 ◦ green 38 ◦ blue 155

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

Shades of Persian Rose #EB269B

Tints of Persian Rose #EB269B

RGB

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

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

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

R = 54.91%
G = 8.88%
B = 36.21%

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

#EB269B (or 0xEB269B) is known color: Persian Rose. HEX triplet: EB, 26 and 9B. RGB value is (235,38,155). Sum of RGB (Red+Green+Blue) = 235+38+155=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB269B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB269B is #14D964. Grayscale: #6D6D6D. Windows color (decimal): -1366373 or 10168043. OLE color: 10168043.

HSL color Cylindrical-coordinate representation of color #EB269B: hue angle of 324.37º 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 #EB269B is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 38 155 -
CMYK 0 0.84 0.34 0.08
HSL 324.37º 0.83% 0.54% -
HSV(B) 324.37º 0.84% 0.92% -
XYZ 40.87 21.41 32.99 -
YUV 110.24 153.27 216.99 -
System Red Green Blue C M Y K H S L
Decimal 235 38 155 0 0.84 0.34 0.08 324.37 0.83 0.54
Hex EB 26 9B 0 54 22 8 144 53 36
Octal 353 46 233 0 124 42 10 504 123 66
Binary 11101011 100110 10011011 0 1010100 100010 1000 101000100 1010011 110110

Color Harmonies of #EB269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB269B

Black with #EB269B

Text Example


Text Example

White with #EB269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB269B; }

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

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

background-color css

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

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

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

border-color css

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

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

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