Html Css Color HEX #E67D8A Carissma

📋 copy color: '#E67D8A'

red 230 ◦ green 125 ◦ blue 138

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

Shades of Carissma #E67D8A

Tints of Carissma #E67D8A

RGB

 RED value IS 230 (90.23% from 255) = 46.65%

 GREEN value IS 125 (49.22% from 255) = 25.35%

 BLUE value IS 138 (54.3% from 255) = 27.99%

R = 46.65%
G = 25.35%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E67D8A (or 0xE67D8A) is known color: Carissma. HEX triplet: E6, 7D and 8A. RGB value is (230,125,138). Sum of RGB (Red+Green+Blue) = 230+125+138=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E67D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67D8A is #198275. Grayscale: #9D9D9D. Windows color (decimal): -1671798 or 9076198. OLE color: 9076198.

HSL color Cylindrical-coordinate representation of color #E67D8A: hue angle of 352.57º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E67D8A is Cyan = 0, Magento = 0.46, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 125 138 -
CMYK 0 0.46 0.4 0.10
HSL 352.57º 0.68% 0.7% -
HSV(B) 352.57º 0.46% 0.9% -
XYZ 44.55 33.33 28.13 -
YUV 157.88 116.79 179.44 -
System Red Green Blue C M Y K H S L
Decimal 230 125 138 0 0.46 0.4 0.10 352.57 0.68 0.7
Hex E6 7D 8A 0 2E 28 A 161 44 46
Octal 346 175 212 0 56 50 12 541 104 106
Binary 11100110 1111101 10001010 0 101110 101000 1010 101100001 1000100 1000110

Color Harmonies of #E67D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67D8A

Black with #E67D8A

Text Example


Text Example

White with #E67D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67D8A; }

 p { color: rgb(230,125,138); }

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

background-color css

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

 a { background-color: rgb(230,125,138); }

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

border-color css

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

 span { border-color: rgb(230,125,138); }

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