Html Css Color HEX #EF67A0 Brilliant Rose

📋 copy color: '#EF67A0'

red 239 ◦ green 103 ◦ blue 160

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

Shades of Brilliant Rose #EF67A0

Tints of Brilliant Rose #EF67A0

RGB

 RED value IS 239 (93.75% from 255) = 47.61%

 GREEN value IS 103 (40.63% from 255) = 20.52%

 BLUE value IS 160 (62.89% from 255) = 31.87%

R = 47.61%
G = 20.52%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF67A0 (or 0xEF67A0) is known color: Brilliant Rose. HEX triplet: EF, 67 and A0. RGB value is (239,103,160). Sum of RGB (Red+Green+Blue) = 239+103+160=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF67A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF67A0 is #10985F. Grayscale: #969696. Windows color (decimal): -1087584 or 10512367. OLE color: 10512367.

HSL color Cylindrical-coordinate representation of color #EF67A0: hue angle of 334.85º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF67A0 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 103 160 -
CMYK 0 0.57 0.33 0.06
HSL 334.85º 0.81% 0.67% -
HSV(B) 334.85º 0.57% 0.94% -
XYZ 46.79 30.59 36.7 -
YUV 150.16 133.56 191.37 -
System Red Green Blue C M Y K H S L
Decimal 239 103 160 0 0.57 0.33 0.06 334.85 0.81 0.67
Hex EF 67 A0 0 39 21 6 14F 51 43
Octal 357 147 240 0 71 41 6 517 121 103
Binary 11101111 1100111 10100000 0 111001 100001 110 101001111 1010001 1000011

Color Harmonies of #EF67A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF67A0

Black with #EF67A0

Text Example


Text Example

White with #EF67A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF67A0; }

 p { color: rgb(239,103,160); }

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

background-color css

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

 a { background-color: rgb(239,103,160); }

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

border-color css

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

 span { border-color: rgb(239,103,160); }

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