Html Css Color HEX #EB309D Persian Rose

📋 copy color: '#EB309D'

red 235 ◦ green 48 ◦ blue 157

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

Shades of Persian Rose #EB309D

Tints of Persian Rose #EB309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.91%

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

R = 53.41%
G = 10.91%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB309D (or 0xEB309D) is known color: Persian Rose. HEX triplet: EB, 30 and 9D. RGB value is (235,48,157). Sum of RGB (Red+Green+Blue) = 235+48+157=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB309D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB309D is #14CF62. Grayscale: #747474. Windows color (decimal): -1363811 or 10301675. OLE color: 10301675.

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

Color convert

RGB 235 48 157 -
CMYK 0 0.80 0.33 0.08
HSL 325.03º 0.82% 0.55% -
HSV(B) 325.03º 0.8% 0.92% -
XYZ 41.4 22.21 34 -
YUV 116.34 150.95 212.64 -
System Red Green Blue C M Y K H S L
Decimal 235 48 157 0 0.80 0.33 0.08 325.03 0.82 0.55
Hex EB 30 9D 0 50 21 8 145 52 37
Octal 353 60 235 0 120 41 10 505 122 67
Binary 11101011 110000 10011101 0 1010000 100001 1000 101000101 1010010 110111

Color Harmonies of #EB309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB309D

Black with #EB309D

Text Example


Text Example

White with #EB309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB309D; }

 p { color: rgb(235,48,157); }

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

background-color css

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

 a { background-color: rgb(235,48,157); }

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

border-color css

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

 span { border-color: rgb(235,48,157); }

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