Html Css Color HEX #EA3DB0 Persian Rose

📋 copy color: '#EA3DB0'

red 234 ◦ green 61 ◦ blue 176

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

Shades of Persian Rose #EA3DB0

Tints of Persian Rose #EA3DB0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.95%

 BLUE value IS 176 (69.14% from 255) = 37.37%

R = 49.68%
G = 12.95%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA3DB0 (or 0xEA3DB0) is known color: Persian Rose. HEX triplet: EA, 3D and B0. RGB value is (234,61,176). Sum of RGB (Red+Green+Blue) = 234+61+176=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3DB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3DB0 is #15C24F. Grayscale: #7D7D7D. Windows color (decimal): -1426000 or 11550186. OLE color: 11550186.

HSL color Cylindrical-coordinate representation of color #EA3DB0: hue angle of 320.12º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA3DB0 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 61 176 -
CMYK 0 0.74 0.25 0.08
HSL 320.12º 0.8% 0.58% -
HSV(B) 320.12º 0.74% 0.92% -
XYZ 43.44 23.96 43.41 -
YUV 125.84 156.31 205.15 -
System Red Green Blue C M Y K H S L
Decimal 234 61 176 0 0.74 0.25 0.08 320.12 0.8 0.58
Hex EA 3D B0 0 4A 19 8 140 50 3A
Octal 352 75 260 0 112 31 10 500 120 72
Binary 11101010 111101 10110000 0 1001010 11001 1000 101000000 1010000 111010

Color Harmonies of #EA3DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3DB0

Black with #EA3DB0

Text Example


Text Example

White with #EA3DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3DB0; }

 p { color: rgb(234,61,176); }

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

background-color css

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

 a { background-color: rgb(234,61,176); }

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

border-color css

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

 span { border-color: rgb(234,61,176); }

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