Html Css Color HEX #EA4A94 French Rose

📋 copy color: '#EA4A94'

red 234 ◦ green 74 ◦ blue 148

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

Shades of French Rose #EA4A94

Tints of French Rose #EA4A94

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.23%

 BLUE value IS 148 (58.2% from 255) = 32.46%

R = 51.32%
G = 16.23%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EA4A94 (or 0xEA4A94) is known color: French Rose. HEX triplet: EA, 4A and 94. RGB value is (234,74,148). Sum of RGB (Red+Green+Blue) = 234+74+148=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4A94 is #15B56B. Grayscale: #828282. Windows color (decimal): -1422700 or 9718506. OLE color: 9718506.

HSL color Cylindrical-coordinate representation of color #EA4A94: hue angle of 332.25º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA4A94 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 74 148 -
CMYK 0 0.68 0.37 0.08
HSL 332.25º 0.79% 0.6% -
HSV(B) 332.25º 0.68% 0.92% -
XYZ 41.73 24.53 30.55 -
YUV 130.28 138.01 201.98 -
System Red Green Blue C M Y K H S L
Decimal 234 74 148 0 0.68 0.37 0.08 332.25 0.79 0.6
Hex EA 4A 94 0 44 25 8 14C 4F 3C
Octal 352 112 224 0 104 45 10 514 117 74
Binary 11101010 1001010 10010100 0 1000100 100101 1000 101001100 1001111 111100

Color Harmonies of #EA4A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4A94

Black with #EA4A94

Text Example


Text Example

White with #EA4A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4A94; }

 p { color: rgb(234,74,148); }

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

background-color css

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

 a { background-color: rgb(234,74,148); }

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

border-color css

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

 span { border-color: rgb(234,74,148); }

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